clockpro-cache 0.1.10

CLOCK-Pro cache replacement policy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[![dependency status](https://deps.rs/repo/github/jedisct1/rust-clockpro-cache/status.svg)](https://deps.rs/repo/github/jedisct1/rust-clockpro-cache)

rust-clockpro-cache
===================
CLOCK-Pro cache replacement algorithm for Rust

Based on a [Python implementation](https://bitbucket.org/SamiLehtinen/pyclockpro)
by Sami Lehtinen
and a [Go implementation](https://github.com/dgryski/go-clockpro) by Damian Gryski.

Original paper:
[CLOCK-Pro: An Effective Improvement of the CLOCK Replacement](http://static.usenix.org/event/usenix05/tech/general/full_papers/jiang/jiang_html/html.html).