source: thirdparty/blosc/ANNOUNCE.rst @ 981e22c

Revision 981e22c, 1.6 KB checked in by Hal Finkel <hfinkel@…>, 8 years ago (diff)

Upgrade to latest blosc library

blosc git: e394f327ccc78319d90a06af0b88bce07034b8dd

  • Property mode set to 100644
RevLine 
[00587dc]1===============================================================
[981e22c]2 Announcing c-blosc 1.10.0
3 A blocking, shuffling and lossless compression library for C
[00587dc]4===============================================================
5
6What is new?
7============
8
[981e22c]9This release introduces support for the new Zstd codec. Zstd is meant to
10achieve larger compression ratios than Zlib, but with higher speeds. We
11are talking about a well-balanced codec that should see a lot of use
12among Blosc users. There is a blog about what you can expect of it in:
[00587dc]13
[981e22c]14http://blosc.org/blog/zstd-has-just-landed-in-blosc.html
[00587dc]15
16For more info, please see the release notes in:
17
[981e22c]18https://github.com/Blosc/c-blosc/blob/master/RELEASE_NOTES.rst
19
[00587dc]20
21What is it?
22===========
23
[981e22c]24Blosc (http://www.blosc.org) is a high performance meta-compressor
[00587dc]25optimized for binary data.  It has been designed to transmit data to
26the processor cache faster than the traditional, non-compressed,
27direct memory fetch approach via a memcpy() OS call.
28
[981e22c]29Blosc has internal support for different compressors like its internal
30BloscLZ, but also LZ4, LZ4HC, Snappy and Zlib.  This way these can
31automatically leverage the multithreading and pre-filtering
32(shuffling) capabilities that comes with Blosc.
[00587dc]33
34
35Download sources
36================
37
38Please go to main web site:
39
40http://www.blosc.org/
41
42and proceed from there.  The github repository is over here:
43
[981e22c]44https://github.com/Blosc
[00587dc]45
46Blosc is distributed using the MIT license, see LICENSES/BLOSC.txt for
47details.
48
[981e22c]49
[00587dc]50Mailing list
51============
52
53There is an official Blosc mailing list at:
54
55[email protected]
56http://groups.google.es/group/blosc
57
58
59Enjoy Data!
Note: See TracBrowser for help on using the repository browser.