mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Adds Caching paper on 2Q algorithm
The algorithm was referenced in an article about improving buffer cache replacement in OpenBSD. http://www.tedunangst.com/flak/post/2Q-buffer-cache-algorithm The article was found on the vldb.org website via a google search. http://www.vldb.org/conf/1994/P439.PDF
This commit is contained in:
parent
74687e3308
commit
407a433a82
Binary file not shown.
@ -1 +1,3 @@
|
|||||||
[An O(1) algorithm for implementing the LFU cache eviction scheme](https://github.com/papers-we-love/papers-we-love/blob/master/caching/a-constant-algorithm-for-implementing-the-lfu-cache-eviction-scheme.pdf) by Prof. Ketan Shah, Anirban Mitra, Dhruv Matani
|
[An O(1) algorithm for implementing the LFU cache eviction scheme](https://github.com/papers-we-love/papers-we-love/blob/master/caching/a-constant-algorithm-for-implementing-the-lfu-cache-eviction-scheme.pdf) by Prof. Ketan Shah, Anirban Mitra, Dhruv Matani
|
||||||
|
|
||||||
|
[2Q: A Low Overhead High Performance Buffer Management Replacement Algorithm](https://github.com/papers-we-love/papers-we-love/blob/master/caching/2q-a-low-overhead-high-performance-buffer-management-replacement-algorithm.pdf) by Theodore Johnson and Dennis Shasha
|
||||||
|
Loading…
Reference in New Issue
Block a user