Categories
Lzip
Lzip is a lossless data compressor based on the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm designed by Igor Pavlov. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (i.e. LZ77/78), and markov models (i.e. the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for.
Lzip is not a replacement for gzip or bzip2, but a complement; which one is best to use depends on user's needs.
Last updated 28 Jan, 2009
Versions
1.9
- Released: 18 Jan, 2010
- Code Maturity: Stable
- Source Archive: http://mirrors.igsobe.com/nongnu/lzip/lzip-1.9....
- Licenses: GPLv3orlater
- Interfaces: Command Line
1.8
- Released: 4 Sep, 2009
- Code Maturity: Stable
- Source Archive: http://savannah.inetbridge.net/lzip/lzip-1.8.ta...
- Licenses: GPLv3orlater
- Interfaces: Command Line
1.7
- Released: 25 Jun, 2009
- Code Maturity: Stable
- Source Archive: http://download.savannah.gnu.org/releases-nored...
- Licenses: GPLv3orlater
- Interfaces: Command Line
1.6
- Released: 23 Jun, 2009
- Code Maturity: Stable
- Source Archive: http://mirror.its.uidaho.edu/pub/savannah/lzip/...
- Licenses: GPLv3orlater
- Interfaces: Command Line
1.5
- Released: 14 Apr, 2009
- Code Maturity: Stable
- Source Archive: http://savannah.inetbridge.net/lzip/lzip-1.5.ta...
- Licenses: GPLv3orlater
- Interfaces: Command Line
1.4
- Released: 28 Jan, 2009
- Code Maturity: Stable
- Source Archive: http://download.savannah.gnu.org/releases-nored...
- Licenses: GPLv3orlater
- Interfaces: Command Line
User Community and Support
http://download.savannah.gnu.org/releases/lzip/manual/




