/CacheAlgorithms

A demo for cache algorithms: FIFO LRU_K Q2 LFU

Primary LanguageC++

cache_algorithms

FIFO First Input First Output.

LRU(-K) Least Recently Used.

Q2 Two Queue (not standard).

LFU Least Frequently Used.