加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ANNOUNCE.rst 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Francesc Alted 提交于 2021-10-06 10:16 . Getting ready for 1.21.1 release
=============================================================== Announcing C-Blosc 1.21.1 A blocking, shuffling and lossless compression library for C =============================================================== What is new? ============ This is a maintenance release. Fix pthread flag when linking on ppc64le. Vendored BloscLZ, Zlib and Zstd codecs have been updated to their latest versions too; this can bring important performance improvements, so if speed is a priority to you, an upgrade is recommended. For more info, please see the release notes in: https://github.com/Blosc/c-blosc/blob/master/RELEASE_NOTES.rst What is it? =========== Blosc (http://www.blosc.org) is a high performance meta-compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc has internal support for different compressors like its internal BloscLZ, but also LZ4, LZ4HC, Snappy, Zlib and Zstd. This way these can automatically leverage the multithreading and pre-filtering (shuffling) capabilities that comes with Blosc. Download sources ================ The github repository is over here: https://github.com/Blosc Blosc is distributed using the BSD license, see LICENSES/BLOSC.txt for details. Mailing list ============ There is an official Blosc mailing list at: blosc@googlegroups.com http://groups.google.es/group/blosc Enjoy Data!
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化