We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29716fa commit f5fbd63Copy full SHA for f5fbd63
1 file changed
README.rst
@@ -27,6 +27,10 @@ A Python wrapper for the extremely fast Blosc compression library
27
What it is
28
==========
29
30
+**Note**: There is a more modern version of this package called Python-Blosc2
31
+which supports many more features and is more actively maintained. Visit it at:
32
+https://github.com/Blosc/python-blosc2
33
+
34
Blosc (https://blosc.org) is a high performance compressor optimized for
35
binary data. It has been designed to transmit data to the processor
36
cache faster than the traditional, non-compressed, direct memory fetch
@@ -39,7 +43,6 @@ regular-spaced values, etc.
39
43
python-blosc a Python package that wraps Blosc. python-blosc supports
40
44
Python 3.9 or higher versions.
41
45
42
-
46
Installing
47
48
0 commit comments