Just out of curiosity, what is the compression ratio for Windows file compression? I’m talking about when you right click a drive/folder/file, click properties, click advanced, and check the box that says “Compress contents to save disk space”.
I’ve tried Googling this, but my Google-fu is weak
(I’m not an expert on this, but)
According to this page, NTFS compression uses a variant of the Lempel-Ziv algorithm, which forms a partial basis of many other compression schemes – zip files often use LZMA, a combination of that and something else) for example.
I’d expect roughly the same 2:1 ratios for plaintext and such, but I’m really just pulling that number out of my ass. I’d say compression ratios don’t matter much these days with disk space being so cheap and most media (pictures, movies, sound) being already ruthlessly compressed.
Using the “compact” command from a terminal window will show you the exact ratio of compressed files.
Edit: I didn’t even think to just Google NTFS compression ratio, but doing so gave me a link to this program which tells you the ratios of compressed files.