A fast, compressed and persistent binary data store library for C.
This is a maintenance release for removing duplicated tune initialization.
For more info, please see the release notes in:
https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md
Also, there is blog post introducing the most relevant changes in Blosc2:
https://www.blosc.org/posts/blosc2-ready-general-review/
Blosc2 is a high performance data container optimized for binary data. It builds on the shoulders of Blosc, the high performance meta-compressor (https://github.com/Blosc/c-blosc).
Blosc2 expands the capabilities of Blosc by providing a higher lever container that is able to store many chunks on it (hence the super-block name). It supports storing data on both memory and disk using the same API. Also, it adds more compressors and filters.
The github repository is over here:
https://github.com/Blosc/c-blosc2
Blosc is distributed using the BSD license, see LICENSE.txt for details.
There is an official Blosc mailing list at:
[email protected] https://groups.google.com/g/blosc
Please follow @Blosc2 to get informed about the latest developments.
Enjoy Data!
- The Blosc Development Team