Skip to content

Cache simulator written in C. Given a number of sets, lines per set, and bytes per cache block, prints the number of hits, misses, and evictions.

Notifications You must be signed in to change notification settings

KisangaDavid/c_cache_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

c_cache_simulator

Cache simulator written in C. Given a number of sets, lines per set, and bytes per cache block, prints the number of hits, misses, and evictions that would occur. Uses the LRU replacement policy when evicting cache lines. Written for a college class.

About

Cache simulator written in C. Given a number of sets, lines per set, and bytes per cache block, prints the number of hits, misses, and evictions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages