Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheAlgorithms

Small C++11 implementations of FIFO, LRU, LFU, and Q2 cache replacement policies.

Build

cmake -S . -B build
cmake --build build

Run

./build/Example
./build/Generator

Example exercises the cache manager and policies. Generator produces MD5 values used by the examples.

About

A demo for cache algorithms: FIFO LRU_K Q2 LFU

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors

Languages