Skip to content

CPU usage optimization during scans

Matias Guijarro requested to merge scan_iter_cpu_usage_optim into master

Cache results of tree operations used in execute function of AcquisitionChainIter, which can be called a lot of times.

Also, read buffers of integration counters less often.

Merge request reports