I think lzma is part of every major linux distribution? I didn't do anything and it was on my ubuntu at least. 7z implements lzma compression if you want to create an archive (lzma is a streaming compressor much like bzip2).
There is Java compressor (I think) and decompressor available from 7z author -- it is all right, I've used it in the past: http://www.7-zip.org/sdk.html Dawid On Sun, Mar 25, 2012 at 4:59 PM, Michael McCandless <[email protected]> wrote: > On Sun, Mar 25, 2012 at 5:11 AM, Dawid Weiss > <[email protected]> wrote: >>> http://people.apache.org/~mikemccand/enwiki.random.lines.txt.gz >> >> You can make it nearly 50% smaller if you compress with lzma: >> >> -rw-r--r-- 1 dweiss dweiss 848M 2012-03-25 09:29 enwiki.bz2 >> -rw-r--r-- 1 dweiss dweiss 658M 2012-03-25 11:09 enwiki.lzma >> -rw-r--r-- 1 dweiss dweiss 1.1G 2012-03-24 14:03 enwiki.random.lines.txt.gz >> -rw-r--r-- 1 dweiss dweiss 2.9G 2012-03-25 09:21 enwiki.txt > > Wow, tempting :) > > Is "lzma" generally available... as a command line tool / ant can > decompress...? A java impl...? > > Mike McCandless > > http://blog.mikemccandless.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
