WolfResponsible8483

WolfResponsible8483 t1_j45q98a wrote

> Personally, ghz matter little now, specially since most applications already use multiple cores and threads. Singular core stuff is more ghz related, and honestly, its good we made it past that stuff.

Single thread performance does matter.

Not everything can be multithreaded. Some algorithms are purely serial. Some can only really be split into 2 or 3 threads. See Amdahl's law

This is why Intel is still chasing it.

2