I discovered a performance issue with HDF5.name and the underlying HDF5.API.h5i_get_name in MAT.jl: JuliaIO/MAT.jl#237 (comment)
Somehow retrieving names takes exponentially longer for linearly growing HDF5 file sizes. Is there something we're doing wrong, or should I look into the root cause inside HDF5.jl ?
I discovered a performance issue with
HDF5.nameand the underlyingHDF5.API.h5i_get_namein MAT.jl: JuliaIO/MAT.jl#237 (comment)Somehow retrieving names takes exponentially longer for linearly growing HDF5 file sizes. Is there something we're doing wrong, or should I look into the root cause inside HDF5.jl ?