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