allegro / bigcache

Efficient cache for gigabytes of data written in Go.
http://allegro.tech/2016/03/writing-fast-cache-service-in-go.html
Apache License 2.0
7.45k stars 593 forks source link

How does bigcache handle hash collisions #362

Closed yangtaoran closed 1 year ago

yangtaoran commented 1 year ago

https://github.com/allegro/bigcache/blob/main/shard.go#L120 I find out bigcache cannot handle hash collisions?

yangtaoran commented 1 year ago

BigCache does not handle collisions