Skip to content

A C-based cache simulator that tracks memory hits, misses, and evictions to model cache performance.

Notifications You must be signed in to change notification settings

Lilian4441/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache-Simulator

A C-based cache simulator that tracks memory hits, misses, and evictions to model cache performance.

Completed: April 2024

This project is a C-based cache simulator designed to analyze memory access patterns by simulating cache behavior for various configurations, such as direct-mapped and set-associative caches. It tracks hits, misses, and evictions based on cache replacement policies, including Least Recently Used (LRU). The simulator processes memory traces to provide insights into cache efficiency, helping users understand the impact of caching strategies on system performance.

About

A C-based cache simulator that tracks memory hits, misses, and evictions to model cache performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published