NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
In my book, it's been dead for years (Score:2)
lrzip is even better (Score:1)
XZ [tukaani.org] is the other plain LZMA-based compressor; it's not clear why both it and lzip need to exist, but hopefully one of them will evolve to support both file formats and thus become the winner.
-- Ed Avis ed@membled.com
gzip (Score:2)
Re: (Score:1)
gzip is fast, easy to implement, and uses almost no memory.
It's easily streamable and you get great bang for your buck so you can do it easily on the fly.
bzip2 is heavier, a lot slower, and only adds a fraction additional reduction (10-20%).
lzma is asymmetrical. It's a LOT more expensive on the compression side, and both sides use a lot more memory. But the decompression code is very small and FASTER than bzip2.
So as long as you have memory (desktop, server) it's much smaller than bzip2, and it's faster as