Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T13:15:45.000Z (over 3 years ago)
- Last Synced: 2023-02-27T04:37:42.182Z (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
* randomcachesim also integrates the [OMNeT++](https://omnetpp.org/) discrete event simulator.