Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsc/sim-cache
An Efficient Simulation Algorithm for Cache of Random Replacement Policy
https://github.com/zsc/sim-cache
Last synced: 1 day ago
JSON representation
An Efficient Simulation Algorithm for Cache of Random Replacement Policy
- Host: GitHub
- URL: https://github.com/zsc/sim-cache
- Owner: zsc
- Created: 2010-09-30T00:13:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T11:09:20.000Z (about 11 years ago)
- Last Synced: 2023-03-11T09:16:22.687Z (over 1 year ago)
- Language: OCaml
- Homepage: http://www.springerlink.com/content/l324g2u075540681/
- Size: 730 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Sample implementations for paper "An Efficient Simulation Algorithm for Cache of Random Replacement Policy", see also http://www.springerlink.com/content/l324g2u075540681/.
* sim-cache-fulltext.pdf for the paper.
* zsc-ict.pdf for presentation
* cache.java for a Java1.6 implementation
* cache5.ml for an OCaml 3.11 implementation