-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
I noticed it done here: https://github.com/JuliaIO/HDF5Plugins.jl/blob/main/Project.toml
I noticed in this package Blosc is commented out, for some reason (also not in the package above/main HDF5), not sure why, I don't really care if it's supported if the best format is support that I think is Zstd (seems also important for compatibility with main format):
Line 13 in f7a946b
#UInt16(32001) => (:Blosc, :BloscCompressor, :BloscDecompressor, "BLOSC"), |
I also commented on another closed PR (on pointers to null), regarding a typo (and slipped in a question). I hope people see it, not sure if they do since it's closed. Another question, do (Ptr) nulls take up space in the output stream?