HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Add C benchmark for vlen buffer management #304

Closed mattjala closed 5 months ago

mattjala commented 5 months ago

A C implementation of the performance test added in #301. It's ~1000x faster than the python version of the same functions (0.000248 seconds for array_to_bytes, 0.000353 seconds for bytes_to_array), indicating that using Cython for this process could be exponentially faster than the current implementation.