scalalang2 / golang-fifo

Modern efficient cache design with simple FIFO queue only in Golang
MIT License
141 stars 7 forks source link

Implementation of the `ShardedCache` #24

Open scalalang2 opened 9 months ago

scalalang2 commented 9 months ago

Motivation

refer : elastic/go-freelru

They provides ShardedLRU which provides sharded, concurrency-safe implementation but it uses an approximate LRU algorithm.

ccoVeille commented 5 months ago

The issue was closed, but what PR or commit implemented it?

Having the reference would be better I think

scalalang2 commented 5 months ago

This was unintentionally closed, I repoened this, thx : )