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 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] teffub-nerraw@alien.top 1 points 9 months ago (2 children)

You want all that extra read/write heat on the CPU dye? Cool, but in current implementation seems like asking for trouble.

[–] MorpheusDrinkinga4O@alien.top 1 points 9 months ago

Because if they don't do it, someone else will. The world demands progress and all problems are solvable.

[–] disposableh2@alien.top 1 points 9 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