HDF5 Performance on reading datasets
I have millions of images that I want to read as fast as possible but I want to be able to read them in a random order.
I stored them in a HDF5 file but I found out that the reading time is very much increased if the access is in a random order instead like the code and profile time line shows here :