Topic: memory cache
Topic: data caching
Topic: memory management by working sets
| |
Reference
Megiddo, N., Modha, D.S.,
"Outperforming LRU with an adaptive replacement cache algorithm",
Computer, April 2004, pp. 48-65.
Google
Quotations
58 ;;Quote: the adaptive replacement cache balances recency and frequency; ignores one-time sequential requests and low temporal locality; outperform LRU on most traces and cache sizes
| 59 ;;Quote: the ARC cache maintains LRU page lists for pages seen once recently and pages seen twice recently; keep both lists the same size as the cache
|
Related Topics
Topic: memory cache (29 items)
Topic: data caching (35 items)
Topic: memory management by working sets (18 items)
|