tailscale/util/lru
David Anderson 472eb6f6f5 util/lru: add a microbenchmark
The benchmark simulates an LRU being queries with uniformly random
inputs, in a set that's too large for the LRU, which should stress
the eviction codepath.

Signed-off-by: David Anderson <danderson@tailscale.com>
2023-09-07 16:04:39 -07:00
..
lru_test.go util/lru: add a microbenchmark 2023-09-07 16:04:39 -07:00
lru.go util/limiter: add a keyed token bucket rate limiter 2023-09-06 17:48:17 -07:00