Hacker News new | ask | show | jobs
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.
2 comments

Bill by milliseconds (AWS Lambda and the like) is going to push us into that direction. The 100 ms billing unit could become a benchmark. It will punish languages with a long startup time. Luckily for Java it's introducing ahead of time compilation. Many scripting languages are going to suffer. Too bad because they are usually the ones that make programming easier.
Jumping on the next-big-thing trend, but: Compilers with an AI that give you zero-cost optimisations. Plus IDE plugins for interpreted languages.

Actually, I'd guess someone is already working on it :)