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.
- Host: GitHub
- URL: https://github.com/bilgehangecici/cachelab
- Owner: bilgehangecici
- License: epl-2.0
- Created: 2020-07-20T20:04:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T20:08:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T13:25:17.398Z (4 months ago)
- Topics: cache-simulator, cachelab, java
- Language: Java
- Homepage:
- Size: 853 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.