coredns/plugin/pkg/cache
Miek Gieben 5aa0d55e72 plugin/pkg/cache: smarter locking (#1164)
Make the locking slightly smarter in Evict and add benchmark function.

Seems a bit faster (there was some variance while performing these
benchmarks)

Master:
BenchmarkCache-2   	 1000000	      2317 ns/op	       0 B/op	       0 allocs/op
BenchmarkCache-2   	 1000000	      2032 ns/op	       0 B/op	       0 allocs/op

This branch:
BenchmarkCache-2   	 1000000	      1806 ns/op	       0 B/op	       0 allocs/op
BenchmarkCache-2   	 1000000	      1809 ns/op	       0 B/op	       0 allocs/op
2017-10-23 17:24:48 +01:00
..
cache.go plugin/pkg/cache: smarter locking (#1164) 2017-10-23 17:24:48 +01:00
cache_test.go plugin/pkg/cache: smarter locking (#1164) 2017-10-23 17:24:48 +01:00
shard_test.go Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00