7cc5a051c7 | ||
---|---|---|
.. | ||
simplelru | ||
.gitignore | ||
.golangci.yml | ||
2q.go | ||
LICENSE | ||
README.md | ||
arc.go | ||
doc.go | ||
lru.go | ||
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.