Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ricarkol/cachesim

Some cache replacement algorithms implemented in C (arc, lru, mru, min, opt).
https://github.com/ricarkol/cachesim

Last synced: about 1 month ago
JSON representation

Some cache replacement algorithms implemented in C (arc, lru, mru, min, opt).

Awesome Lists containing this project

README

        

# cachesim
Some cache replacement algorithms implemented in C (arc, lru, mru, min, opt).

I wrote this at least 10 years ago and recently found it while cleaning up an old laptop. Might be useful to somebody, so sharing it.

# usage
```
make
bash test.sh # will run some tests
```