https://github.com/majekdor/cache-simulator
Simple cache simulator designed to simulate L1 with potential L2 backing.
https://github.com/majekdor/cache-simulator
cache rust simulator
Last synced: 2 months ago
JSON representation
Simple cache simulator designed to simulate L1 with potential L2 backing.
- Host: GitHub
- URL: https://github.com/majekdor/cache-simulator
- Owner: Majekdor
- Created: 2022-10-14T02:55:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T02:58:49.000Z (over 3 years ago)
- Last Synced: 2025-01-01T20:22:15.464Z (over 1 year ago)
- Topics: cache, rust, simulator
- Language: Rust
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.