this post was submitted on 08 Mar 2026
156 points (99.4% liked)

Hardware

6463 readers
60 users here now

All things related to technology hardware, with a focus on computing hardware.


Some other hardware communities across Lemmy:


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
 

Consumer PCs have long abandoned the multi-GHz race for core count and NPU inflation.

you are viewing a single comment's thread
view the rest of the comments
[–] Sheldan@lemmy.world 2 points 1 day ago (2 children)

Isnt it that at some point the GHz just aren't useful anymore or rather not physically possible. I think they abandoned it for a good reason.

[–] Rekall_Incorporated@piefed.social 7 points 1 day ago* (last edited 1 day ago) (1 children)

I think there are two parts to this. There are factors beyond clock rate; clock rate alone doesn't give a full picture. Going from say 166 MHz to 1 GHz brings radical performance improvements without too many drawbacks, once you go above 3-4 GHz, the marginal increase in clock rates becomes increasingly expensive in terms of heat management.

EDIT: Didn't realize there was difference between mHz and MHz.

[–] Multiplexer@discuss.tchncs.de 8 points 1 day ago* (last edited 1 day ago) (2 children)

Watch out for your prefixes, 166 mHz would be one operation every 6 seconds.
I don't think there ever has been a CPU that slow ;-)

(small letter "g" doesn't exist as a prefix, but could be easily confused as the unit gram-Hertz)

[–] polotype@lemmy.ml 4 points 1 day ago

I once made an incredibly limited cpu on paper, basically had the whole cpu in logic gate on a piece of paper. Tried to run the most basic programm on it by hand and i can assure you thet it was much slower than 166mhz XD

[–] untorquer@quokk.au 5 points 1 day ago

You get rate limited by cache. The literal physical distance between cache(3) (tiny ram(s) in the processor) and processor can't be zero. So those signals must travel over a distance at the speed of conduction. Having multiple processors allows tasks to be done simultaneously, effectively multiplying processing speed.

But more speed is particularly useful with bad/legacy software(single thread). SolidWorks is a good example.