Hacker News new | ask | show | jobs
by jlmorton 1702 days ago
Often a single compiler won't make use of more than a core, but it's generally easy to build independent modules in parallel.

For example, make -j 10, or mvn -T 10.