flâneur

lfu.pdf

dhruvbird.com · 2,359 words · saved by 1 readers

N/A

An O(1) algorithm for implementing the LFU cache eviction scheme Prof. Ketan Shah Anirban Mitra Dhruv Matani August 16, 2010 Abstract Cache eviction algorithms are used widely in operating systems, databases and other systems that use caches to speed up execution by caching data that is used by the application. There are many policies such as MRU (Most Recently Used), MFU (Most Frequently Used), LRU (Least Re- cently Used) and LFU (Least Frequently Used) which each have their advantages…

saved by

related reading