summaryrefslogtreecommitdiffhomepage
path: root/util/lru
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris2-2/+2
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-4/+4
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-3/+3
2024-05-17util/lru: add Clear methodAndrew Dunham2-0/+10
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-4/+4
2023-09-19util/lru: update c.head when deleting the most recently used entryDavid Anderson2-0/+154
2023-09-08util/lru, util/limiter: add debug helper to dump state as HTMLDavid Anderson2-0/+63
2023-09-07util/lru: replace container/list with a custom ring implementationDavid Anderson1-38/+87
2023-09-07util/lru: add a microbenchmarkDavid Anderson1-1/+18
2023-09-06util/limiter: add a keyed token bucket rate limiterDavid Anderson1-0/+14
2023-06-28util/lru: add a package for a typed LRU cacheBrad Fitzpatrick2-0/+152