Similar to the work with blosc hdf5 filter. The bitshufffle filter source is directly integrated into hdf5 library. This saves the effort of setting up HDF5_PLUGIN_PATH.
To make this work, several functions need to be exported from bitshuffle library.
My test with windows-x64 dynamic build show the new filter works.
Similar to the work with blosc hdf5 filter. The bitshufffle filter source is directly integrated into hdf5 library. This saves the effort of setting up
HDF5_PLUGIN_PATH
.To make this work, several functions need to be exported from bitshuffle library.
My test with windows-x64 dynamic build show the new filter works.