go-set icon indicating copy to clipboard operation
go-set copied to clipboard

Possible to do zero allocation for this too? https://github.com/VictoriaMetrics/fastcache

Open superdolt opened this issue 4 years ago • 1 comments

do you have an alternative to kv lru cache that has zero allocation? fastcache has 2b allocation per operation https://github.com/VictoriaMetrics/fastcache

superdolt avatar Jul 21 '21 06:07 superdolt

It looks quite domain specific. I'd say a better candidate would be hashicorp/golang-lru.

mmatczuk avatar Aug 02 '21 12:08 mmatczuk