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

https://github.com/bilgehangecici/cachelab

A cache simulator that takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses, and evictions for each cache type along with the content of each cache at the end.
https://github.com/bilgehangecici/cachelab

cache-simulator cachelab java

Last synced: 3 months ago
JSON representation

A cache simulator that takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses, and evictions for each cache type along with the content of each cache at the end.

Awesome Lists containing this project

README

        

# Cachelab

* A cache simulator that takes an image of memory and a memory trace as input, **simulates the hit/miss behavior** of a cache memory on this trace, and outputs the total number of hits, misses, and evictions for each cache type along with the content of each cache at the end.

* For more information you can read documentation.