No public description

PiperOrigin-RevId: 800942765
Change-Id: I77c58eafbf998eeafab1d3fd58b46d7294c5992a
16 files changed
tree: 1c476ed31f7fd4ddec97c2c4593bf7f3e0226a72
  1. GOIMPORT/
  2. simplelru/
  3. 2q.go
  4. 2q_test.go
  5. arc.go
  6. arc_test.go
  7. doc.go
  8. go.mod
  9. LICENSE
  10. lru.go
  11. lru_test.go
  12. README.md
  13. testing.go
README.md

golang-lru

Please upgrade to github.com/hashicorp/golang-lru/v2 for all new code as v1 will not be updated anymore. The v2 version supports generics and is faster; old code can specify a specific tag, e.g. github.com/hashicorp/golang-lru/v1.0.2 for backwards compatibility.