-
go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
For anything cache related, I usually refer to Caffeine from java https://github.com/ben-manes/caffeine and its closest relative in go: https://github.com/goburrow/cache
-
For anything cache related, I usually refer to Caffeine from java https://github.com/ben-manes/caffeine and its closest relative in go: https://github.com/goburrow/cache
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
https://github.com/golang/groupcache is managing distributed caching that addresses thundering herd problem of memcache.
-
Olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
Just to follow up -- Olric ends up being closer to what I need.
Related posts
-
Show HN: Pocache, preemptive optimistic caching for Go
-
Otter, Fastest Go in-memory cache based on S3-FIFO algorithm
-
imcache v1.0.0 released. A zero-dependency generic in-memory cache Go library.
-
rueidis v1, a redis client with client-side caching, has been released under redis org
-
GitHub - Code-Hex/go-generics-cache at v1.3.0