Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

cestlascorpion/CacheAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache_algorithms

FIFO First Input First Output.

LRU(-K) Least Recently Used.

Q2 Two Queue (not standard).

LFU Least Frequently Used.

About

A demo for cache algorithms: FIFO LRU_K Q2 LFU

Resources

Stars

Watchers

Forks