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
Not easily, no. The motoko compiler is pretty sequential, and since we don't even do separate compilation for libraries, but whole program compilation, it'll probably stay that way.
However, if you are using mops, I wonder if your build times might be due to the use of the mops moc-wrapper indirection, which slows down dfx build significantly when used: ZenVoich/mops#222
It takes 25s to build a canister on my laptop, but it only uses up to 10% CPU.
Is it possible to somehow parallelize it to see 2.5s and 100% CPU load?)
The text was updated successfully, but these errors were encountered: