-
Notifications
You must be signed in to change notification settings - Fork 39
Hit Rate
Compare LRU, ConcurrentLru (TU-Q) and ConcurrentLfu (W-TinyLfu) by measuring hit rate using several well-known traces from the literature.
This replicates the test suite used in Java's popular Caffeine library.
This trace is provided by the authors of the ARC algorithm and is described as "disk read accesses initiated by a large commercial search engine in response to various web search requests."

This trace is provided by the authors of the ARC algorithm and "contains references to a CODASYL database for a one hour period."

This trace is provided by the authors of the ARC algorithm and is described as "a database server running at a commercial site running an ERP application on top of a commercial database."

Replay 45 million web requests from the September 2007 Wikibench dataset.

This trace is provided by the authors of the LIRS algorithm and exhibits a looping access pattern.
