Y
Hacker News
new
|
ask
|
show
|
jobs
by
stephc_int13
1147 days ago
On very large projects you can always cut them into several libraries, and compile them on different cores. Quite easy to do in practice.
1 comments
cpeterso
1147 days ago
I believe Firefox builds only unify files within the same directory and a maximum of a ~dozen cpp files per unit. So there are still plenty of build parallelism across directories.
link