Francesc Alted
Francesc Alted
Great work! This clearly demonstrates the benefits of using the mmap interface for doing I/O; it was completely unexpected to me that this would even accelerate the I/O with local...
Thanks Christoph! I added this, but still having problems on the wheel with aarch64 and musl. Something else should be happening...
Yeah, we need to put way more love on fixing these. Fortunately, we have recently got a grant from NumFOCUS for enhancing python-blosc2, so we should be addressing these soon....
I think it is still useful to keep this open so to keep track of the [PVS-Studio](https://pvs-studio.com/en/pvs-studio/) suggestions.
Yep, I can reproduce this. It looks like a strange interaction between pack_array2 and the plugins because using ZFP with `blosc2.compress` has no issues.
`compress2` does not follow the more modern convention of using `cparams`. It is more convenient to use the NDArray container for that. Example: ```python import numpy as np import blosc2...
Congrats for your PhD!
This is still worth pursuing.
@27rabbitlt How is that going? Is there any show stopper that we can help with?
Sorry for the late reply. I like your proposal, so if you are still interested, please go ahead with a PR.