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

Hardware

5059 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 2 points 11 months 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?

[–] [email protected] 5 points 11 months 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.

[–] [email protected] 3 points 11 months ago* (last edited 11 months 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 2 points 11 months 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 1 points 11 months ago* (last edited 11 months 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.