Skip to content

Commit fc16887

Browse files
authored
add ristretto (#5592)
1 parent 06cd294 commit fc16887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
713713
- [nscache](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers.
714714
- [otter](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends.
715715
- [pocache](https://github.com/naughtygopher/pocache) - Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy.
716+
- [ristretto](https://github.com/dgraph-io/ristretto) - A high performance memory-bound Go cache.
716717
- [sturdyc](https://github.com/viccon/sturdyc) - A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant.
717718
- [theine](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics.
718719
- [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs.

0 commit comments

Comments
 (0)