|
|
|
|
|
by nostrademons
3521 days ago
|
|
It'll be interesting to see if & when this starts to influence desktop software design. Since the early 90s, it's largely been considered a waste of time to optimize client programs for speed or memory usage, because a new machine will just come out in a couple years with double the memory and double the processing power. There's a lot of low-hanging fruit in application-level performance, optimizations that could be done but aren't because the user won't perceive a difference. Now that Moore's Law has largely stalled out, I wonder if we'll start seeing innovation in software platforms (languages, frameworks) to optimize for speed & space instead of ease-of-use, to try and recover that performance that the hardware isn't giving us. |
|