LZ4
原作者 | Yann Collet |
---|---|
開發者 | Yann Collet |
初始版本 | 2011年4月24日 |
穩定版本 | 1.8.3 (2018年9月11日[1]) |
源代码库 | |
编程语言 | C |
操作系统 | 跨平台 |
系統平台 | 可移植 |
类型 | 数据压缩 |
许可协议 | Simplified BSD License |
网站 |
设计
压缩可以在流或者块中进行。在查找最佳匹配时投入更多努力可达到更高的压缩率,这样的结果是更小的输出和更快的解压缩速度。
实现
Yann Collet使用C语言制成的参考实现发布在BSD许可证之下。此算法已有多种语言的移植和绑定,包括Java、C#、Python等。[3]像是Hadoop等数据库使用此算法进行快速压缩。LZ4也在Linux内核 3.11中被原生实现。[4]ZFS文件系统的FreeBSD、Illumos、ZFS on Linux,以及ZFS-OSX实现都支持LZ4算法进行即时压缩。[5][6][7][8]Linux从3.19-rc1开始在SquashFS中支持LZ4。[9]Yann Collet也在较新版的Zstd压缩软件中实现了LZ4。
参考资料
- . [26 September 2018] –GitHub.
- Michael Larabel. . Phoronix. 2013-01-28 [2015-08-28].
- GitHub上的Extremely Fast Compression algorithm http://www.lz4.org
- Jonathan Corbet. . LWN.net. 2013-07-19 [2015-08-28].
- . FreeBSD. 2013-11-13 [2015-08-28].
- . illumos. [2015-08-28].
- GitHub上的Illumos #3035 LZ4 compression support in ZFS and GRUB
- . OpenZFS. [2015-08-28].
- Phillip Lougher. . 2014-11-27 [2015-08-28].
外部链接
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.