|
|
|
|
|
by maerF0x0
1888 days ago
|
|
https://scicomp.stackexchange.com/a/1395 Explains it better than I could in a HN reply. Assuming our desired work to be done continues to grow, faster core speed* will eventually matter. * technically, net instructions per second after prediction/compute ahead etc |
|
As a programmer to another, I'd rather ask... what's one example of a problem we have today that needs faster linear performance than our best chips (not in a nice-to-have way but in a must-have way).
I'd rule out all casual computing like home PCs, smartphones, and so on, because honestly we've been there for years already.
Also due to decades of bias we have serialized code in our programs that doesn't have to be serial, just because that's "normal" and because it's deemed easier. Also we have a huge untapped potential of better performance by being more data-oriented. None of this requires faster hardware. It doesn't even require new hardware.
But anyway, I'm open to examples.