Originally posted by Gtlcpimp
View Post
Actually, 9 is a magical number when it comes to compression. Every Linux savvy user knows that "gzip -9" packs a file with the best compression level. I had then looked at the headers of the zlib library and immediately saw compress2() and uncompress(). A simple test program finally confirmed my assumption.

Originally posted by Gtlcpimp
View Post
I'll be looking at the CBS compression after work.
Comment