From e2e05ee756251e68358b8ea2a3b5e45caad3be79 Mon Sep 17 00:00:00 2001 From: maypok86 Date: Thu, 11 Jan 2024 20:55:28 +0300 Subject: [PATCH] [#33] Correct the link to the BP-Wrapper paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 373249d..a7df1f3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ I once came across the fact that none of the Golang cache libraries are truly co ## 🗃 Related works Otter is based on the following papers: -- [BP-Wrapper: A Framework Making Any Replacement Algorithms (Almost) Lock Contention Free](http://web.cse.ohio-state.edu/hpcs/WWW/HTML/publications/papers/TR-09-1.pdf) +- [BP-Wrapper: A Framework Making Any Replacement Algorithms (Almost) Lock Contention Free](https://www.researchgate.net/publication/220966845_BP-Wrapper_A_System_Framework_Making_Any_Replacement_Algorithms_Almost_Lock_Contention_Free) - [FIFO queues are all you need for cache eviction](https://dl.acm.org/doi/10.1145/3600006.3613147) - [Bucket-Based Expiration Algorithm: Improving Eviction Efficiency for In-Memory Key-Value Database](https://dl.acm.org/doi/fullHtml/10.1145/3422575.3422797) - [A large scale analysis of hundreds of in-memory cache clusters at Twitter](https://www.usenix.org/system/files/osdi20-yang.pdf)