this post was submitted on 23 Jul 2023
50 points (96.3% liked)

Technology

59341 readers
5186 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Hey everybody, feel free to post any tech support or general tech discussion questions you have right here.

As always, be excellent to each other.

Yours truly, moderators.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago (2 children)

Random question that crossed my mind yesterday:

In the era of NVME and SSDs, why is RAM still a thing? Is there any reason (other than technological inertia) that we should have two different kinds of memory, when the primary reason for that is no longer relevant?

[–] possiblylinux127 1 points 1 year ago

RAM is way way faster than SSD

[–] [email protected] 1 points 1 year ago (2 children)

RAM can serve up data in memory 1000 times faster than a NVMe drive

[–] [email protected] 1 points 1 year ago

Also RAM doesn't have a limited number of lifetime writes.

[–] [email protected] 0 points 1 year ago (2 children)

Yes, I get that. But I'm really wondering why that is? If memory is digital, and storage is digital, why not develop a RAM-less architecture? Why not have a storage bus with the same throughput as memory does currently? Is it just because of the cost of the chips?

[–] possiblylinux127 1 points 1 year ago

The reason RAMis fast is because it doesn't have to store anything for any period of time. It is literally a place for running g programs to store data. Ram also is part of the CPU address space so each address in ram can be randomly read and written to.

SSDs have the controller on the motherboard and the controller on the drive