HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Avoid multiple requests in traversing h5paths #29

Closed jreadey closed 1 year ago

jreadey commented 1 year ago

Rather than iterating through h5paths as a series of requests, use the GET Group request with h5path query param to get the object in one go.

mattjala commented 1 year ago

Implemented in #32