HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
109 stars 39 forks source link

Support for H5Dread_multi/H5Dwrite_multi #166

Closed mattjala closed 3 months ago

mattjala commented 4 months ago

These can be implemented through concurrent.futures, which should provide a solid speedup when accessing multiple datasets. A similar change in the REST VOL brought a ~2x speedup