silx-kit / hdf5plugin

Set of compression filters for h5py

Home Page:http://www.silx.org/doc/hdf5plugin/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build compression libraries as C lib once

t20100 opened this issue · comments

As it is now, compression libraries like zstd or zlib are build multiple time from source to be used in different filters.
That would be better to build those once as a static lib and link it with the different filters.