-
Notifications
You must be signed in to change notification settings - Fork 142
HDF5Plugins.jl: lz4, zstd, and bzip2 filter support #874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks good. Yeah I think we should definitely merge these here to make using them simple. Take a look at https://github.com/JuliaIO/HDF5.jl/tree/master/src/filters and the change that made them in #847 which simplified filter support substantially. (and perhaps upgrading it to Blosc 2)? Agreed, I thought Blosc.jl was using the blosc2 library internally under the hood, but just checking it doesn't seem that that is true. I found this https://github.com/waralex/Blosc2.jl library which wraps |
Blosc2 is actually fairly recent. Release 2.0.0 was only on Jun 28, 2021. One complication is that additional licensing is required to include the plugins since the original C code for the plugins (which I ported to Julia) come under various licenses. Currently, I'm targeting the discrete package, HDF5Plugins.jl against the 0.15 branch with some consideration for the 0.16 branch. How about we keep it separate for the 0.15 branch, and consider merging it into the 0.16 branch? |
closed by #880 |
I started a package over at https://github.com/JuliaIO/HDF5Plugins.jl to implement a few additional compression plugins for HDF5. The plugins themselves are implemented in Julia similar to the Blosc plugin in this package. I've implemented the low level interface, and I'm starting to work on the high level interface.
Should we considering merging that code into HDF5.jl proper or should we consider spinning the Blosc plugin out (and perhaps upgrading it to Blosc 2)?
The text was updated successfully, but these errors were encountered: