How much faster does the go compiler run when presented with additional cores?
For example, let's say you boot Linux telling it you have just one processor. You build the Go compiler.
You then repeat this process for a number of times equal to the number of processors you have in your system, each time increasing the number of processors you tell Linux to use by one. How is the speed of compilation affected by the number of processors? Is there a point when adding more processors does no good?
Cordially,
Jon Forrest