红联Linux门户
Linux帮助

XZ Utils 5.1.4beta发布,压缩解压缩工具包

发布时间:2014-09-16 09:35:08来源:红联作者:empast
XZ Utils 5.1.4beta 发布,此版本现已提供下载,更新内容如下:

* All fixes from 5.0.6
* liblzma: Fixed the use of presets in threaded encoder initialization.
* xz --block-list and --block-size can now be used together in single-threaded mode. Previously the combination only worked in multi-threaded mode.
* Added support for LZMA_IGNORE_CHECK to liblzma and made it available in xz as --ignore-check.
* liblzma speed optimizations:
- Initialization of a new LZMA1 or LZMA2 encoder has been optimized. (The speed of reinitializing an already-allocated encoder isn't affected.)
- Buffer comparisons are now much faster when unaligned access
is allowed (configured with --enable-unaligned-access).
- A few speed optimizations were made to the SHA-256 code. (Note that the builtin SHA-256 code isn't used on all operating systems.)
* liblzma can now be built with MSVC 2013 update 2 or later using windows/config.h.
* Vietnamese translation was added.

XZ Utils 是为 POSIX 平台开发具有高压缩率的工具。它使用 LZMA2 压缩算法,生成的压缩文件比 POSIX 平台传统使用的 gzip、bzip2 生成的压缩文件更小,而且解压缩速度也很快。最初 XZ Utils 的是基于 LZMA-SDK 开发,但是 LZMA-SDK 包含了一些 WINDOWS 平台的特性,所以 XZ Utils 为以适应 POSIX 平台作了大幅的修改。XZ Utils 的出现也是为了取代 POSIX 系统中旧的 LZMA Utils。

XZ Utils 主要包含了下列部分:

1.命令行程序 xz,用来生成和解压缩 .xz 压缩文件。

2.一组实用的脚本工具 (xzcat, xdiff, xzgrep 等)提供浏览,查找以及比较 .xz 文件内容等功能。

3.liblzma 压缩库,提供算法的实现和近似于 ZLIB 的编程接口。

4.提供对 LZMA Utils 的一些兼容

下载地址:http://tukaani.org/xz/

来自:开源中国社区
文章评论

共有 0 条评论