https://github.com/sandrain/cachesim
An implementation of popular cache algorithms, integrated with omnet++ simulation framework.
https://github.com/sandrain/cachesim
cache omnetpp simulator
Last synced: 8 months ago
JSON representation
An implementation of popular cache algorithms, integrated with omnet++ simulation framework.
- Host: GitHub
- URL: https://github.com/sandrain/cachesim
- Owner: sandrain
- License: gpl-2.0
- Created: 2021-04-14T12:34:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T13:15:45.000Z (about 5 years ago)
- Last Synced: 2025-01-10T13:47:33.538Z (over 1 year ago)
- Topics: cache, omnetpp, simulator
- Language: C
- Homepage:
- Size: 71.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### cachesim
This code is from a unfinished project that was to study multi-level caching impact
in a deep storage hierarchy, e.g., memory and SSD cache.
cachesim includes implementation of the following well-known caching algorithms:
* 2q
* arc
* fifo
* lfu
* lirs
* lrfu
* lru
* opt
* random
cachesim also integrates the [OMNeT++](https://omnetpp.org/) discrete event simulator.