golang (cgo) wrapper for blosc "a high performance, multi-threaded, blocking and shuffling compressor."
This supports very very basic compression functionality as needed internally for SeerAI's Zarr support.
This package requires that the blosc library (and headers, if building) are installed.
On Ubuntu: apt-get install libblosc-dev
On Alpine: apk add blosc blosc-dev