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:
- Augmented Reality - !augmented_reality@lemmy.world
- Gaming Laptops - !gaminglaptops@piefed.social
- Laptops - !laptops@piefed.social
- Linux Hardware - !linuxhardware@programming.dev
- Linux Phones - !linuxphones@lemmy.ca
- Mechanical Keyboards - !mechanical_keyboards@programming.dev
- Monitors - !monitors@piefed.social
- Raspberry Pi - !raspberry_pi@programming.dev
- Retro Computing - !retrocomputing@lemmy.sdf.org
- Virtual Reality - !virtualreality@lemmy.world
Rules (Click to Expand):
-
Follow the Lemmy.world Rules - https://mastodon.world/about
-
Be kind. No bullying, harassment, racism, sexism etc. against other users.
-
No Spam, illegal content, or NSFW content.
-
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.
-
Please try and post original sources when possible (as opposed to summaries).
-
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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
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)
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
Haha )
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.