Skip to content

Hdf5 output

Florian Atteneder requested to merge hdf5-output into develop

Resolve performance issues due to file system latency: #41 (closed)

Doing so by replacing JLD2.jl with HDF5.jl, because the latter allows to use flush on the file handler. Furthermore, if a file is not closed with HDF5.jl, it seems to be still readable (I guess that works only as long as not writes were interrupted).

Edited by Florian Atteneder

Merge request reports