Blosc / c-blosc2

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

Use mode parameter only in open call #612

Closed JanSellner closed 5 months ago

JanSellner commented 5 months ago

This PR is an intend to fix the problem mentioned in https://github.com/Blosc/python-blosc2/pull/198 of occasional bus errors. I have not encountered further bus errors after this fix.

After this, we can start benchmarking in Python.