Open scalalang2 opened 9 months ago
refer : elastic/go-freelru
They provides ShardedLRU which provides sharded, concurrency-safe implementation but it uses an approximate LRU algorithm.
ShardedLRU
The issue was closed, but what PR or commit implemented it?
Having the reference would be better I think
This was unintentionally closed, I repoened this, thx : )
Motivation
refer : elastic/go-freelru
They provides
ShardedLRU
which provides sharded, concurrency-safe implementation but it uses an approximate LRU algorithm.