Closed dignifiedquire closed 7 years ago
check out this: https://github.com/dominictarr/hashlru
Was just benching it on my machine 🎉 super nice. When reading up on LRU caches, I came across ARC, which I was a reminded of a little with your two cache approach. I wonder if you looked at that in your thinking: http://dbs.uni-leipzig.de/file/ARC.pdf
no i didn't see that, i just had the idea, but it's pretty simple so wouldn't be suprised if someone else tried something similar
On Sat, Dec 24, 2016 at 1:49 AM, Friedel Ziegelmayer < notifications@github.com> wrote:
Was just benching it on my machine 🎉 super nice. When reading up on LRU caches, I came across ARC, which I was a reminded of a little with your two cache approach. I wonder if you looked at that in your thinking: http://dbs.uni-leipzig.de/file/ARC.pdf
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dominictarr/bench-lru/issues/1#issuecomment-269063449, or mute the thread https://github.com/notifications/unsubscribe-auth/AAP1LgE47h-r6dcEq8Za3ZkrsA4Mbcj9ks5rLHougaJpZM4LVGIX .
nvm, will update in the next days..