by golwengaud on 6/24/10, 5:27 PM with 64 comments
by spicyj on 6/24/10, 6:12 PM
by vasi on 6/24/10, 10:31 PM
The interface is still very rough, but it works. The xz utility comes with a very nice library and API, which made this a lot easier--thanks, Lasse!
by acg on 6/24/10, 7:24 PM
by marcinw on 6/24/10, 6:31 PM
by dmn001 on 6/25/10, 12:00 AM
by india on 6/25/10, 5:32 PM
by tman on 6/24/10, 6:25 PM
Here are some comparisons between the big 3 compression algorithms (taken from http://blogs.reucon.com/srt/tags/compression/ -- he used a 163 MB Mysql dump file for the tests):
Compressor Size Ratio Compression Decompression
gzip 89 MB 54 % 0m 13s 0m 05s
bzip2 81 MB 49 % 1m 30s 0m 20s
7-zip 61 MB 37 % 1m 48s 0m 11s
by coderdude on 6/24/10, 10:36 PM
http://bitbucket.org/mattsta/bmz/src
It's is a fast compression scheme implemented using BMDiff and a Google Zippy clone (based off LZO).
by gubatron on 6/24/10, 10:19 PM
Looking good on ubuntu 10.4
Same folder compressed in 1/2 the size as with tar cvfz, sick.