Skip to content

Files

Latest commit

59d095a · Nov 2, 2019

History

History
6 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 268 Bytes

caching-policies

Implementation of some advanced caching policies

  • gds.py: Greedy dual size policy as described in Young (1991)
  • lirs.py: Low Inter-reference Recency Set policy as described in Jiang and Zhang (2002)
  • lru.py: Least recently used policy, baseline