mirror of
https://github.com/avelino/awesome-go.git
synced 2025-02-06 11:00:26 +00:00
add ristretto (#5592)
This commit is contained in:
parent
06cd2948fc
commit
fc168871e3
@ -713,6 +713,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
|
||||
- [nscache](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers.
|
||||
- [otter](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends.
|
||||
- [pocache](https://github.com/naughtygopher/pocache) - Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy.
|
||||
- [ristretto](https://github.com/dgraph-io/ristretto) - A high performance memory-bound Go cache.
|
||||
- [sturdyc](https://github.com/viccon/sturdyc) - A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant.
|
||||
- [theine](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics.
|
||||
- [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user