LRU-K evicts the page whose K-th most recent access is furthest in the past. For example, LRU-1 is simply LRU whereas LRU-2 evicts pages according to the time of their penultimate access. LRU-K improves greatly on LRU with regards to locality in time.
More information: Wiki, Scientific Article.
forked from SinySs/LRU-K
-
Notifications
You must be signed in to change notification settings - Fork 0
arche8/LRU-K
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 91.7%
- Python 7.4%
- Makefile 0.9%