this post was submitted on 21 Feb 2024
18 points (100.0% liked)

Hardware

5006 readers
1 users here now

This is a community dedicated to the hardware aspect of technology, from PC parts, to gadgets, to servers, to industrial control equipment, to semiconductors.

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] guy@lemmy.world 2 points 2 years ago (3 children)

So could it be plausible one day to run a RAM-less computer? If persistent memory speed matched DRAM speed, would there still be a benefit to distinguishing RAM from SSD, beyond cost?

[–] cmnybo@discuss.tchncs.de 4 points 2 years ago

MRAM, FeRAM, and ReRAM all have a limited number of write cycles. It's certainly possible that the write endurance will be high enough that it doesn't matter by the time it can replace DRAM in a computer though.

[–] Fermion@mander.xyz 3 points 2 years ago* (last edited 2 years ago)

Density would be a factor as well for both cost and device dimension/weight.

Cache is way faster than RAM, but it takes up too much die space and power to be the only volatile memory.

[–] UnfortunateShort@lemmy.world 2 points 2 years ago (1 children)

The ultimate goal of persistent RAM endeavours is to build all-RAM computers. You have all your storage and RAM in one. Would eliminate most loading and boot times, if just the density was high enough (actually is for some small, embedded devices)

[–] guy@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

That's just semantics though. That's exactly what I meant. No separation of RAM and storage.

I called it RAM-less, rather than all-RAM, because we already have the concept of virtual RAM on storage. So you could have your files in a file structure and your volatile memory in a virtual RAM file. And you wouldn't necessarily even need to load files or programs into virtual RAM if you were only reading them, you could have a strict file pointer.