Package: wnpp Severity: wishlist Owner: Reinhard Tartler <[email protected]>
* Package name : golang-github-hashicorp-golang-lru Version : 2.0.7-1 Upstream Author : HashiCorp * URL : https://github.com/hashicorp/golang-lru * License : MPL-2.0 Programming Lang: Go Description : Golang LRU cache implementation (v2) This package provides the v2 version of hashicorp/golang-lru, which is a thread-safe LRU cache implementation in Go. . The package offers two LRU implementations: - ARCCache: Adaptive Replacement Cache that balances between LRU and LFU - TwoQueueCache: 2Q cache implementation with separate queues for recent and frequent entries - Simple LRU: Basic thread-safe LRU cache . This is a source package and contains the Go source code for building Go packages that depend on this LRU cache implementation. Dependency of newer version of hashicorp-immutable radix, which in turn is required for docker 27

