lzop Version 1.02 rc1 
25 Jul 2005
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
Markus F.X.J. Oberhumer



Abstract

lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).

lzop is copyrighted OpenSource software distributed under the terms of the GNU General Public License (GPL).


Features

lzop is the fastest compressor and decompressor around. See the well-known Archive Comparison Test for details.

On modern systems, when making backups of terrabyte of data, lzop is usually IO-bound and not CPU-bound, which means that you can both decrease storage requirements and effectively reduce backup time by quite an amount.


lzop was designed with the following goals in mind:

* speed (both compression and decompression) 
* reasonable drop-in compatibility to gzip 
* portability 

General functionality and behaviour has been modelled very closely after gzip. The main differences between lzop and gzip are:

* files compressed by lzop will have the suffix `.lzo' 
* lzop does not delete the input file(s) by default. 


lzop home page:

http://www.lzop.org/
