Skip to content

WIP: speed up memory logging.

Peter W. Draper requested to merge memuse-binary-dumps-numpy into master

A step towards #579 (closed).

The output NPY binary format is fast to write and read (lots) and is smaller than the text version (30%). The post-processing script is several times faster as well. Sadly it still all feels slow when processing the output from large volumes, so there may be more to do.

Edited by Peter W. Draper

Merge request reports