Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 26 days ago
JSON representation

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

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.