Replies: 3 comments
|
I think it is because TinyLFU would require per page statistics and CacheLib using 16MB region size in the |
0 replies
|
I answered part of this in #191. Let's move the discussion over there. |
0 replies
|
Closing this discussion as it has been inactive. If this is still relevant, then please create a new discussion post and we will get back to you as soon as we can. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions