ARC (Adaptive Replacement Cache)

GPTKB entity

Statements (25)
Predicate Object
gptkbp:instance_of gptkb:archive
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:ZFS
gptkb:chess_match
gptkbp:adapted_into changing access patterns
gptkbp:can_be_used_with LRU and LFU
gptkbp:developed_by Michael J. Franklin
https://www.w3.org/2000/01/rdf-schema#label ARC (Adaptive Replacement Cache)
gptkbp:improves Least Recently Used (LRU)
Least Frequently Used (LFU)
cache hit rate
gptkbp:introduced gptkb:2001
gptkbp:is_a_solution_for cache thrashing
gptkbp:is_characterized_by adaptive behavior
gptkbp:is_designed_for disk caching
gptkbp:is_effective_against traditional caching algorithms
gptkbp:is_implemented_in operating systems
hash tables
gptkbp:is_related_to cache management
gptkbp:is_used_in database systems
gptkbp:maintains recency and frequency information
gptkbp:published_by ACM Transactions on Storage
gptkbp:suitable_for varied workloads
gptkbp:type_of dynamic cache replacement policy
gptkbp:uses two lists