hdf5 should write sequentially not rewrite upon every peridoc save #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current implementation writes complete file periodically. This is find for smaller files but does not scale to files with lots of data, i.e. FC data or 2D experiments.
The saveng should be incremental, only changed data needs to be (re)written.