| .. | ||
| .github/workflows | ||
| simplelru | ||
| .gitignore | ||
| .golangci.yml | ||
| 2q_test.go | ||
| 2q.go | ||
| arc_test.go | ||
| arc.go | ||
| doc.go | ||
| go.mod | ||
| LICENSE | ||
| lru_test.go | ||
| lru.go | ||
| README.md | ||
| testing.go | ||
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.