Replies: 2 comments
-
I think it is because TinyLFU would require per page statistics and CacheLib using 16MB region size in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I answered part of this in #191. Let's move the discussion over there. |
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
-
Hello,
Am I correct to understand that we cannot use TinyLFU for NVMCache admission? It is only available as a
replacement policy for the DRAM cache.
If so, why is this the case? Is TinyLFU not efficient to use in NVMCache?
Pranav
Beta Was this translation helpful? Give feedback.
All reactions