Skip to content

Simple cache simulator designed to simulate L1 with potential L2 backing.

Notifications You must be signed in to change notification settings

Majekdor/cache-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache-simulator

Simple cache simulator designed to simulate L1 with potential L2 backing.

This simulator was originally written in C++ for ECE 463 (Microprocessor Architecture). I rewrote it in Rust to get more practice with the language and compare efficiency with C++.

The caches used LRU replacement policy and are WBWA.

About

Simple cache simulator designed to simulate L1 with potential L2 backing.

Topics

Resources

Stars

Watchers

Forks