Skip to content

seaneshbaugh/lru-cache-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LRU Cache Simulation

A very naive and simple simulation of a LRU Cache. "Hits" are read immediately while "misses" require a wait of 0.2 seconds to simulate disk or network latency.

Building

$ make lru-cache-simulation

Running

$ ./lru-cache-simulation

About

Simple LRU Cache Simulation in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published