LRZIP ( Long Range ZIP ) 是压缩程序,可以达到非常高的压缩率和速度较大的文件时使用。它使用zpaq和最大的压缩,最高速度的zpaq和LZMA算法压缩算法相结合,和长期范围 rzip冗余减少。其目的是规模与内存大小的增加,进一步提高压缩。无论是从规模的一个选择,优化和速度都允许更好的压缩比,甚至可以提供压缩算法,比 gzip或更好的速度,但用bzip2压缩级别大小。
LRZIP 0.615 主要是 bug 修复,包括如下改进记录:
Fixes -O not working on lrztar.
Makes it less likely to run out of RAM when working with STDIO or using -U on huge files.
Fixes corrupt archives being generated from incompressible data or very small files.
Fixes endianness on various platforms for MD5 calculation to work.
Fixes rare corruption when compressing with lzma from STDIN.
Fixes all blank data being generated when compressing from STDIN on OS X.
Performance micro-optimizations.
Fixes corrupt archives being generated when all the same non-zero bytes exist on large files
免费下载:http://ck.kolivas.org/apps/lrzip/
来自:开源中国社区

