Skip to content

prevent multiple invocation of fillData due to cache misses

Avoid multiple execution of the fillData method in cases when it was run before - i.e. improve caching efficiency. It speeds up the execution by a factor of 1.5 in the case of abnormal CPU cost as discussed in ATR-23569. This is not the end of the story, further optimization is needed timing2

Merge request reports