This should provide a significant speed up to builds on multicore systems.
On my system with --cores 4, there is approx a 2x speedup overall. (Note, this does not scale very well with increased --cores at all, because most things aren't parallelised - but, for example, Guile, GCC 10, Python is much much faster with this).
This should provide a significant speed up to builds on multicore systems.
On my system with --cores 4, there is approx a 2x speedup overall. (Note, this does not scale very well with increased --cores at all, because most things aren't parallelised - but, for example, Guile, GCC 10, Python is much much faster with this).
I haven't tested with QEMU yet.