Project

General

Profile

Bug #21639

Updated by Peter Amstutz about 2 months ago

I was reviewing the code for possible bottlenecks and noticed that the keep cache is just a plain list which has to be iterated over every time.    As cache sizes get to 100s of gigabytes, this list will have 1000s of entries.

Back