Y
Hacker News
new
|
ask
|
show
|
jobs
by
cozzyd
2249 days ago
Sure but the same is true about performance in general.
1 comments
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.
link
gowld
2249 days ago
Your UI is slow because of IO and RAM and O(n^2) code, not CPU. Look at your activity monitor.
link