Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 272 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 272 Bytes

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.