From 1eeef6a6c07017c68fba758bd27b0353fe7c42d8 Mon Sep 17 00:00:00 2001 From: Chris Saunders Date: Tue, 2 Sep 2014 13:15:07 +0000 Subject: [PATCH] updates reference to paper --- caching/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caching/README.md b/caching/README.md index 88287c7..fb3f291 100644 --- a/caching/README.md +++ b/caching/README.md @@ -1,3 +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 -[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 +[2Q: A Low Overhead High Performance Buffer Management Replacement Algorithm](http://www.vldb.org/conf/1994/P439.PDF) by Theodore Johnson and Dennis Shasha