Hacker News new | ask | show | jobs
by nicoburns 2249 days ago
That's not really true. Single-threaded scalar performance is still super important for the everyday responsiveness of laptop/desktop systems. Especially for applications like web browsing which run JavaScript.
1 comments

Your UI is slow because of IO and RAM and O(n^2) code, not CPU. Look at your activity monitor.