go-perf / awesome-go-perf

A curated list of Awesome Go performance libraries and tools
Creative Commons Zero v1.0 Universal
389 stars 14 forks source link

The Fastest Zero Allocation Golang LRU Cache - AccelruX #17

Open sprappcom opened 1 month ago

sprappcom commented 1 month ago

@cristaloleg https://github.com/cloudxaas/gocache

X version - super fast https://github.com/cloudxaas/gocache/tree/main/lrux/bytes

Normal fast version https://github.com/cloudxaas/gocache/tree/main/lru/bytes

sprappcom commented 1 month ago

@cristaloleg really fastest zero alloc lru cache. try it if u dont believe. two versions. either one can be higher hit ratio depending on scenario used. this has a mascot to go with it. will make golang dev smile.