patrickmn / go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k stars 874 forks source link

Proposal to Integrate SIEVE Eviction Algorithm #173

Open yazhuo opened 10 months ago

yazhuo commented 10 months ago

Hi there,

Our team (@1a1a11a) has developed a new cache eviction algorithm, called SIEVE. It’s simple, efficient, and scalable.

Why SIEVE could be a great addition:

Welcome to dive into the details on our website sievecache.com and on our SIEVE blog.

We would love to explore the possibility of integrating SIEVE into go-cache. We believe it could be a beneficial addition to the library and the community.

Looking forward to your feedback!