parallel build #1264
amitu
started this conversation in
Ideas & RFCs
parallel build
#1264
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build is slow, we build each file in sequence. We can do the process in parallel by using multiple threads or properly using async. This can potentially speed up the build by an order of magnitude.
Beta Was this translation helpful? Give feedback.
All reactions