Replies: 1 comment 4 replies
-
There are a few solutions. For example, we can
Does this make sense? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am confused that amp should be a prefetch-aware replacement algorithm or a prefetch algorithm.
In the original paper, the authors not only do "Theoretical Analysis: Optimality Criteria" under LRU cache replacement algorithm, but also add a trick, objects are prefetched into the cache will not be promoted when they are accessed in the first time. Both of these methods make amp strongly coupled with the cache replacement algorithm.
I'm confused about whether unbinding the amp from the lru and removing this trick would cause a semantic error.
Beta Was this translation helpful? Give feedback.
All reactions