It’s possible to speed up a ‘make buildworld’ by increasing the number of parallel make processes, with the -j option. However, the optimal number of make processes depends on your system setup. Simon ‘corecode’ Schubert did some testing, and it looks like the number of CPUs +1 is the best option – as long as you have more than 1 CPU. His writeup even includes a nice graph.
[...] Khan ran Simon ‘corecode’ Schubert’s make parallelism test on a dual-cpu system, and the theory holds up: ‘make -j N’ where N == the number of [...]
[...] Khan ran Simon ‘corecode’ Schubert’s make parallelism test on a dual-cpu system, and the theory holds up: ‘make -j N’ where N == the number of [...]