Skip to content

Run time optimisation

rmuntean requested to merge runtime_opt into main

Reduce the run time by:

  • modify the HDF5 format to store 1-dimensional instead of 2-dimensional extendable arrays.
  • while database cloning, use a chunk by chunk hdf5 retrieval instead of element by element

Modify the corresponding unit and integration tests.

Edited by rmuntean

Merge request reports