Francesc Alted
Francesc Alted
Ah, that might be. Would you be interested in providing a PR?
Provided how complex is getting the code in CMake config files, I would go with using the CPU feature detection right on the test programs. It would be great if...
I get a similar message on my Mac box: ``` [100%] Built target bench Install the project... -- Install configuration: "Release" -- Installing: /usr/local/lib/pkgconfig/blosc.pc -- Installing: /usr/local/include/blosc.h -- Installing: /usr/local/include/blosc-export.h...
OMG, this is pretty bad. Hopefully you can solve the release vs debug issue on Windows soon. Meanwhile perhaps documenting this in the hdf5/README file would be in order. Do...
Very good news. Thanks for doing that! Feel free to update the hdf5/README.rst and I will merge your PR.
Ok, so let's keep this issue open and will close it as soon as HDF5 1.8.15 would be out. Thanks.
Yeah, that has been in our TODO list for long time and we would be glad to consider a pull request on this.
Yes, that is a nice idea. Probably will only work with integers, as this can change the precision in floating point, but worth exploring. Will still have room for at...
This is already implemented in python-blosc2 :-) Not only chunk concatenation, but also deletions and effective insertions. See this example: https://github.com/Blosc/python-blosc2/blob/main/examples/schunk.py
Oops, I was writing too fast I guess. Corrected now. That makes sense now?