Skip to content

A software project that simulates the behavior of a CPU cache. The project implemented LRU as the cache replacement policy. The simulation was performed on a trace file of memory accesses and results were collected and analyzed in terms of hit rate and miss rate. It includes a graphical user interface that allows to view and analyze the results.

Notifications You must be signed in to change notification settings

ritik-rkg/CPU-Cache-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU-Cache-Simulation

A software project that simulates the behavior of a CPU cache. The project implemented LRU as the cache replacement policy. The simulation was performed on a trace file of memory accesses and results were collected and analyzed in terms of hit rate and miss rate. It includes a graphical user interface that allows to view and analyze the results.

About

A software project that simulates the behavior of a CPU cache. The project implemented LRU as the cache replacement policy. The simulation was performed on a trace file of memory accesses and results were collected and analyzed in terms of hit rate and miss rate. It includes a graphical user interface that allows to view and analyze the results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages