You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h5py
Hi there,
just out of curiosity.
I usually create my HDF datasets with h5py (v. 2.0.1) using
shuffle=True, compression='gzip' and compression_opts=6.
When I open those files in HDFView and look at the dataset's
properties I read something like "SHUFFLE: Nbytes=0".
When I created a similar dataset with PyTables it read "SHUFFLE:
Nbytes=4".
Now I'm kind of afraid that Nbytes=0 might mean that actually not much
shuffling is taking place?
I didn't find any more detailed explanations to the shuffle filter in
the HDF documentation.