Skip to content

Commit

Permalink
Add a note about Python-Blosc2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jun 25, 2024
1 parent 29716fa commit f5fbd63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ A Python wrapper for the extremely fast Blosc compression library
What it is
==========

**Note**: There is a more modern version of this package called Python-Blosc2
which supports many more features and is more actively maintained. Visit it at:
https://github.com/Blosc/python-blosc2

Blosc (https://blosc.org) is a high performance compressor optimized for
binary data. It has been designed to transmit data to the processor
cache faster than the traditional, non-compressed, direct memory fetch
Expand All @@ -39,7 +43,6 @@ regular-spaced values, etc.
python-blosc a Python package that wraps Blosc. python-blosc supports
Python 3.9 or higher versions.


Installing
==========

Expand Down

0 comments on commit f5fbd63

Please sign in to comment.