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
Line 
1===============================================================
2 Announcing c-blosc 1.10.0
3 A blocking, shuffling and lossless compression library for C
4===============================================================
5
6What is new?
7============
8
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:
13
14http://blosc.org/blog/zstd-has-just-landed-in-blosc.html
15
16For more info, please see the release notes in:
17
18https://github.com/Blosc/c-blosc/blob/master/RELEASE_NOTES.rst
19
20
21What is it?
22===========
23
24Blosc (http://www.blosc.org) is a high performance meta-compressor
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
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.
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
44https://github.com/Blosc
45
46Blosc is distributed using the MIT license, see LICENSES/BLOSC.txt for
47details.
48
49
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.