You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuliaLang/julia#47797 was merged to allow parallel sysimage generation, yet package compiler is still single threaded. What should be changed to take advantage of it?
The text was updated successfully, but these errors were encountered:
Too hasty, sorry, some parts are now parallel indeed and the sysimage is generated faster. But still most of the time top shows only 100% cpu utilization.
JuliaLang/julia#47797 was merged to allow parallel sysimage generation, yet package compiler is still single threaded. What should be changed to take advantage of it?
The text was updated successfully, but these errors were encountered: