-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Zstandard HDF5 plugin #93
Comments
Zstd is already available as part of the Blosc filter, see https://github.com/silx-kit/hdf5plugin#blosc-cname-lz4-clevel-5-shuffle-shuffle But yes, this filter could be added. If you feel like making a Pull Request for it, you can check https://github.com/silx-kit/hdf5plugin/blob/master/doc/contribute.rst |
Thanks for the info @t20100! Not sure if I'm able to do it as I'm not used with the process of building filters for HDF5. Would you mind to do it? Thanks! |
I don't have time for it right now, but we'll definitely add Zstd to the filter zoo. In the meantime, if you want to give a try we can provide support. |
cd5422c Compatibility with Visual Studio 2019 (silx-kit#93) bcff4d2 CMake: (fix) Missing header file. (silx-kit#90) 59b7f38 updating for 1.0.0 (silx-kit#85) 3802c0f Tests: (fix) Makefile - CFLAGS and clean target (silx-kit#84) 111e5a1 Fix Silo doc section and warnings (silx-kit#83) 9dd4546 Use ZFP's version string (silx-kit#80) 557a4f6 Pin zfp version in windows ci (silx-kit#82) f51ac59 added parameter to fortran const (silx-kit#76) 35a08e0 [github] add windows build config (silx-kit#72) 1844b5b Fixed detection of CFP availability (silx-kit#74) c8544d3 [windows] enable compilation in windows with ClangCL (silx-kit#71) 7b34cac Update installation.rst (silx-kit#66) e153bf9 Feature direct write zfp array (silx-kit#43) 20b0f1f Added missing HDF5 include (CMake) (silx-kit#63) 20b893a Test and fix working with HDF5-1.12 (silx-kit#62) 497e942 CMake: (fix) Autotools build HDF5 (silx-kit#59) 8f63f7d Add missing headers for string functions and fix printfs for cd_nelmts (silx-kit#60) 8de12f7 Added generic interface fortran wrappers with tests (silx-kit#58) 983a187 find zfp and hdf5 in lib64 instead of lib (silx-kit#56) e6c9c14 Fix typos f7670c4 Fix second typo in h5repack docs (silx-kit#55) 57a849d handle optional/mandatory flag (silx-kit#54) 48126d3 CMake: (feature) Added CMake build configuration (silx-kit#52) bee7434 fix link to travis badge (silx-kit#51) 00146c1 update to download from github (silx-kit#49) 259feb8 Remove include for HDF5 header file (silx-kit#48) 3d0b176 adding missing call to h5z_zfp_finaliz() (silx-kit#45) b642fe8 minor fixes to docs and h5repack utility (silx-kit#42) git-subtree-dir: src/H5Z-ZFP git-subtree-split: cd5422c146836e17c7a0380bfb05cf52d0c4467c
Would it be possible to add Zstandard (https://facebook.github.io/zstd/) in the form of an HDF5 plugin into your repository? An already possible integration can be found here: https://github.com/aparamon/HDF5Plugin-Zstandard. Thanks and keep up the good work! :)
The text was updated successfully, but these errors were encountered: