开源数据压缩工具-Lzip
2013-06-13 14:25:36 阿炯

Lzip是一个无损的数据压缩和解压缩工具,它采用的是LZMA算法。


Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.

The file that is produced by lzip is usually given .lz as its filename extension, and the data is described by the MIME type application/x-lzip.

The lzip suite of programs was written in C++ and C by Antonio Diaz and is being distributed as free software under the terms of version 3 or later of the GNU General Public License (GPL).

测试结果请查看此处

最新版本:1.4


项目主页:http://www.nongnu.org/lzip/