logoalt Hacker News

ramijamestoday at 2:57 AM5 repliesview on HN

When I was a kid software that would "double your RAM" was a thing. I remember thinking it was awesome, and at the same time feeling a huge sense of doubt that you could do that.


Replies

Calavartoday at 3:21 AM

SoftRam. Raymond Chen wrote a great technical analysis on what it actually did: https://devblogs.microsoft.com/oldnewthing/20211111-00/?p=10...

Scoundrellertoday at 4:58 AM

I’m surprised the concept of drivespace/double space died off. Maybe most files self-compress well from their native app, but I’m sure it’s not universal. OSs don’t seem to offer a prompt to compress relatively unused files and transparently uncompressed them on-demand.

https://en.wikipedia.org/wiki/DriveSpace

show 1 reply
wolvoleotoday at 6:15 AM

AI has kinda already gone through that phase, with quantisation you can effectively double your ram with almost no negative effects by going from fp16 to int8.

msephtontoday at 3:12 AM

MacOS does memory compression as standard since 2013. Linux has it, and iirc even Windows has it since 10.

show 1 reply
hahahaatoday at 5:12 AM

This exists for LLMs it is quantization.