HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Fix Write Hyperslab from Memory #57

Closed mattjala closed 11 months ago

mattjala commented 12 months ago

This is #50 with an additional check to avoid allocating the buffer and performing H5Dgather if the memory selection is already contiguous.

jwsblokland commented 11 months ago

@mattjala I just noticed your work on improving the memory-side hyperslab for writing. The interesting thing is I also just finished a similar improvement. I will create a PR of it such you can take a look at it. Maybe we need to combine both PRs to get the best solution.

Update: my PR is #58