forked from Blosc/c-blosc2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ANNOUNCE.rst
51 lines (30 loc) · 1.13 KB
/
ANNOUNCE.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
===============================================================
Announcing C-Blosc 2.0.0a3
A simplistic, compressed and fast data store library for C
===============================================================
What is new?
============
#XXX version-specific blurb XXX#
For more info, please see the release notes in:
https://github.com/Blosc/c-blosc2/blob/master/RELEASE_NOTES.rst
What is it?
===========
Blosc2 is a high performance data container optimized for binary data.
It builds on the shoulders of Blosc, the high performance
meta-compressor (http://www.blosc.org).
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). Also, it will add more compressors and filters
(e.g. a new delta filter is here already).
Download sources
================
The github repository is over here:
https://github.com/c-blosc2
Blosc is distributed using the MIT license, see LICENSES/BLOSC2.txt
for details.
Mailing list
============
There is an official Blosc mailing list at:
blosc@googlegroups.com
http://groups.google.es/group/blosc
Enjoy Data!