HDFGroup / nasa_cloud

Apache License 2.0
3 stars 2 forks source link

Make C benchmark use REST VOL #4

Closed mattjala closed 1 year ago

mattjala commented 1 year ago

When hosting an HSDS server on my local machine with docker, the selection test completes through Python in about 1.3 seconds, through the regular HDF5 library in about 4.4 seconds, and through the REST VOL in about 5 seconds. hsdiff confirmed that the final output files were identical in all cases.

Note that the selection test won't work with any version of the REST VOL prior to the fix in HDFGroup/vol-rest#31