Blosc / c-blosc2

A fast, compressed, persistent binary data store library for C.
https://www.blosc.org
Other
447 stars 84 forks source link

Further mmap fixes and improvements in preparation for the Python bindings #611

Closed JanSellner closed 5 months ago

JanSellner commented 5 months ago

I am currently preparing the Python bindings and for this also some minor changes to the C sources are necessary (Python PR: https://github.com/Blosc/python-blosc2/pull/198).

JanSellner commented 5 months ago

@FrancescAlted Thanks for having a look. I think this is ready for merge. All the Python tests are passing locally and I also build all the Linux wheels that I could build without problems.