this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Gadgets

1 readers
1 users here now

Gadget (noun): a small mechanical / electrical device or tool, especially an ingenious or novel one.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] disposableh2@alien.top 1 points 11 months ago

CPU cache is already used extremely often, far more than any ssd is. It's purpose is to store data that the CPU (and it's multiple threads) is working on and may need for it's next instructions. As you can imagine, with everything the CPU is constantly doing, there's a lot of instructions and a lot of cache that's constantly being swapped out for new data.

If anything, using cpu cache as a RAM disk would probably reduce the amount of read/writes done on the cache, as you're taking away space for actual caching