Loading
Home ›
Resources for “Compression Tools Compared”
Jul 21, 2005 By Kingsley G. Mor...
in
Resources for the print article.
lzop: www.lzop.org
rzip: rzip.samba.org
lzma: martinus.geekisp.com/rublog.cgi/Projects/LZMA
p7zip and lzma: adn.diwi.org/debian
Various: sourceforge.net
SSH and scp: www.rpmseek.com
Canterbury Corpus: corpus.canterbury.ac.nz
Calgary Corpus: links.uwaterloo.ca/calgary.corpus.html
______________________
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- 100% disappointed with the decision to go all digital.
- Readers' Choice Awards 2011
- Linux-Based X Terminals with XDMCP
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- I use Wireshark on a daily
20 min 3 sec ago - buena información
5 hours 26 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
6 hours 27 min ago - Gnome3 is such a POS. No one
15 hours 54 min ago - Gnome 3 is the biggest POS
16 hours 5 min ago - I didn't knew this thing by
22 hours 9 min ago - Author's reply
1 day 1 hour ago - Link to modlys
1 day 2 hours ago - I use YNAB because of the
1 day 2 hours ago - Search
1 day 7 hours ago






Comments
rzip looked promising. I
rzip looked promising. I started hacking it a bit here and there mainly in main.c and in the stream.c and got rid of libbz in it so now I may use it as preprocessor before gzip.
I threw urandom data at this hacked variant and was not able to decompress what was compressed at -0 and -1 levels. Then i runned original rzip-2.0 against the same urandom data and it shows same bug.
So the hint is: Don't use version 2.0 (rzip.samba.org OR debian's 2.0-2) with compression levels -0 and -1 for anything inmportant before first checking if you can decompress. Other levels were fine with same data but I was not giving it any heavy testing.
Still it's able to cut in 10 minutes from 6538537833B of mail+spam down to 4466144683B at compression level 0 (these data decompresses cleanly) here and that is the hacked version without bzip2 - only rzip's own part. Yet the hacked variant without bzip at level -9 is terribly slow - but the system was swapping/trashing/mmaping(comparing large chunks of data) heavily
LZMA 0.03-1 source
If anyone finds working lzma please post the URL and/or email me. I have found 0.03 and 0.04 versions on sites above but neither works as documented in article. I have tried 2.4.26 & 2.6.11 kernels. The -x -s26 switches simply return the word "error" and do nothing. Without switches 0.03 encodes but will not decode. I never got 0.04 to encode.
Oops - Forgot to Include Source Location ..
The version I used was LZMA 4.27 on Fedora Core 4.
You can find it at: http://sourceforge.net/projects/sevenzip
Ciao ..
Working lzma
I have compiled and used it on Fedora Core, using both 32-bit Intel and 64-bit AMD machines.
Hope this helps.