[Trac #127] Compressed Temporary File Systems
Zarro Boogs per Child
bugtracker at laptop.org
Mon Sep 25 13:39:16 EDT 2006
#127: Compressed Temporary File Systems
-------------------------+--------------------------------------------------
Reporter: bluefoxicy | Owner: blizzard
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: distro | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by bluefoxicy):
More research done, notes made here.
'''FuseCompress''' seems to decompress the entire file at once, so it will
have problems with big files. In other words, it's very brute-force and
unintelligent.
'''compFUSEd''' has its own issues, namely Gismo doesn't pass some of the
benchmarks and the old version is old. GISMO compresses in chunks; but
it's slow as crap according to the README. The original compFUSEd needs a
different copy of the daemon's binary and configuration file to have
different configurations.
'''LZOlayer''' is block based and has support for zlib and lzo2. It seems
to be well designed, but there is warning to always pass -s to it because
multi-threaded mode causes file system corruption. It seems to work very
well with both LZO and zlib.
--
Ticket URL: <http://dev.laptop.org/ticket/127#comment:1>
One Laptop Per Child <http://laptop.org/>
More information about the Devel
mailing list