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


User level: Beginner

User Rating:

License(s) :

GPLv3orlater

Rate it!

 

About

Leadership
Related Projects

Lzlib, Zutils, gzip

Versions

1.8
1.7
1.6
1.5
1.4

User Community and Support

http://download.savannah.gnu.org/releases/lzip/manual/

Announcement Resources
Support Resources

Development

Developer Resources
  • VCS Checkout Command: cvs -z3 -d:ext:<membername>@cvs.savannah.nongnu.org:/web/lzip co lzip
  • Download
  • Homepage
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2009 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.