go-github-com-hashicorp-golang-lru-arc-v2 2.0.7
Propagated dependencies: go-github-com-hashicorp-golang-lru-v2@2.0.7
Channel: guix
Home page: https://github.com/hashicorp/golang-lru
Licenses: MPL 2.0
Synopsis: Adaptive Replacement Cache
Description:
Adaptive Replacement Cache is an enhancement over the standard LRU cache in that tracks both frequency and recency of use. This avoids a burst in access to new entries from evicting the frequently used older entries. It adds some additional tracking overhead to a standard LRU cache, computationally it is roughly 2x the cost, and the extra memory overhead is linear with the size of the cache.
Total results: 1