Hacker News new | ask | show | jobs
by rbanffy 1761 days ago
One of the positives of having lots of non-speed-record-setting cores instead of few single-threading-monsters is that it helps people learn to write parallel programs.

I wish we could give all software engineers CPUs with 64 Atom (or ARM53) cores and force them to write software that performs well that way.

I am myself guilty of that - many of my build scripts didn't bother to run on more than one core until I got a burner laptop that has horrendous single-thread performance (but 4 threads). Now the big laptop runs them virtually instantaneously.