summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.tst
blob: 3789a3eb202061cc9b1900162203a0480bd6287e (plain)
1
2
3
4
5
6
7
8
9
10
11
zstd filter is available for encoding and decoding.
....Create dataset ................
....Writing zstd compressed data ................
....Close the file and reopen for reading ........
Filter info is available from the dataset creation property 
   Filter identifier is 32015
   Number of parameters is 1 with the value 0
   To find more about the filter check HDF5 zstd filter; see http://www.hdfgroup.org/services/contributions.html
....Reading zstd compressed data ................
ZSTD number of differing array elements=0
zstd filter is available now since H5Dread triggered loading of the filter.