Sciweavers

ACTA
2010

A theoretical comparison of LRU and LRU-K

12 years 11 months ago
A theoretical comparison of LRU and LRU-K
The paging algorithm Least Recently Used Second Last Request (LRU-2) was proposed for use in database disk buffering and shown experimentally to perform better than Least Recently Used (LRU). We compare LRU-2 and LRU theoretically, using both the standard competitive analysis and the newer relative worst order analysis. The competitive ratio for LRU-2 is shown to be 2k for cache size k, which is worse than LRU's competitive ratio of k. However, using relative worst order analysis, we show that LRU-2 and LRU are comparable in LRU-2's favor, giving a theoretical justification for the experimental results. Many of our results for LRU-2 also apply to its generalization, Least Recently Used Kth Last Request.
Joan Boyar, Martin R. Ehmsen, Jens S. Kohrt, Kim S
Added 12 May 2011
Updated 12 May 2011
Type Journal
Year 2010
Where ACTA
Authors Joan Boyar, Martin R. Ehmsen, Jens S. Kohrt, Kim S. Larsen
Comments (0)