Shared object to transparently uncompress datafiles on the
fly for all executables.
Zlibc is a read-only compressed file-system emulation. It
allows executables to uncompress their data files on the
fly. No kernel patch, no re-compilation of the executables
and the libraries is needed. Using gzip -9, a compression
ratio of 1:3 can easily be achieved! (See examples below).
This program has (almost) the same effect as a (read-only)
compressed file system.