Is it just me or does anyone else feel very sad when they see the devenv.exe process using a maximum of 25% CPU on a 4 core system or 12% on an 8 core system?
Does anyone have any insight on if compilers and installers have any embarrassingly parallel sections? One would think that with all the dependency graphs, compiling the leaves in parralled should be relatively straight forward.
Where's the ".AsParallel" for the compiler?
It not just that the free lunch is over, it's that the lunch was infected with a slow acting poison. It's getting inversely proportional, the more cores the slower the code runs.
Bring on the 1k cores, so I can give that old 486 a run for it's money.