The multi-generational LRU
The multi-generational LRU
Posted Apr 3, 2021 11:39 UTC (Sat) by Sesse (subscriber, #53779)In reply to: The multi-generational LRU by linusw
Parent article: The multi-generational LRU
Posted Apr 3, 2021 11:59 UTC (Sat)
by matthias (subscriber, #94967)
[Link]
At the end these are all heuristics and it is impossible to test all possible combinations. Optimizing one system on its own is hard enough. The more systems you bring in to that equation, the more combinations you will get. And the combinatoric explosion will prohibit to test all possible combinations. This is why it is important that such patches are tested on real life workloads and real life configurations. This way, at least the most important combinations of configuration of subsystems are covered.
The multi-generational LRU