bzip2 and libbzip2

Filed Under (Compression) by joseph on 26-05-2008

Why would I want to use it?

  • Because it compresses well. So it packs more stuff into your overfull disk drives, distribution CDs, backup tapes, USB sticks, etc. And/or it reduces your customer download times, long distance network traffic, etc. It’s not the world’s fastest compressor, but it’s still fast enough to be very useful.
  • Because it’s open-source (BSD-style license), and, as far as I know, patent-free. (To the best of my knowledge. I can’t afford to do a full patent search, so I can’t guarantee this. Caveat emptor). So you can use it for whatever you like. Naturally, the source code is part of the distribution.
  • Because it supports (limited) recovery from media errors. If you are trying to restore compressed data from a backup tape or disk, and that data contains some errors, bzip2 may still be able to decompress those parts of the file which are undamaged.
  • Because you already know how to use it. bzip2’s command line flags are similar to those of GNU Gzip, so if you know how to use gzip, you know how to use bzip2.
  • Because it’s very portable. It should run on any 32 or 64-bit machine with an ANSI C compiler. The distribution should compile unmodified on Unix and Win32 systems. Earlier versions have been ported with little difficulty to a large number of weird and wonderful systems.
  • Because (by now, late 2007) everybody else uses it too.

Read the rest of this entry »

Add this to : Digg! Digg it Bookmark! Save to Del.icio.us Subscribe to RSS Subscribe to My RSS feed

7-Zip

Filed Under (Compression) by joseph on 26-05-2008

7-Zip is open source software. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check license information here: 7-Zip license.
You can use 7-Zip on any computer, including a computer in a commercial organization. You don’t need to register or pay for 7-Zip. But you can make a donation to support further development of 7-Zip.
The main features of 7-Zip

Read the rest of this entry »

Add this to : Digg! Digg it Bookmark! Save to Del.icio.us Subscribe to RSS Subscribe to My RSS feed