You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ghost lists for tier-1/tier-2 caches (ARC.t1 and ARC.t2) track "recently" evicted keys.
They are used to react to change in resource usage. In particular, their role is critical in shifting the "cache cursor" ARC.part int left or right (i.e bias balancing toward frequency or recency).
Ghost lists for tier-1/tier-2 caches (
ARC.t1
andARC.t2
) track "recently" evicted keys.They are used to react to change in resource usage. In particular, their role is critical in shifting the "cache cursor"
ARC.part int
left or right (i.e bias balancing toward frequency or recency).See: https://github.com/aaronwinter/gcache2/blob/master/arc.go#L191
The text was updated successfully, but these errors were encountered: