Space-efficient approximated LFU implementation #44
Closed
arpitbbhayani
started this conversation in
Ideas
Replies: 2 comments
-
Nice explanation of LFU approximation |
Beta Was this translation helpful? Give feedback.
0 replies
-
This paper for LFU cache is used by caffeine: https://arxiv.org/pdf/1512.00727 known as TinyLFU Another interesting paper on cache design that is used by DragonFly: https://arxiv.org/pdf/2003.07302 which maintains a global pool for eviction instead of random pool used in redis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's put in relevant approaches and papers to converge upon an implementation. Key pointers
Beta Was this translation helpful? Give feedback.
All reactions