Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.