Found 230 repositories(showing 30)
golang
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
mailgun
Clone of golang/groupcache with TTL and Item Removal support
orca-zhang
🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.
capotej
experimenting with groupcache
groupcache
A high performance in memory distributed cache
peanutzhen
🏠参考groupcache实现的分布式缓存,并在此基础上使用gRPC进行节点间通信,并用etcd作为服务注册与发现。
Shardcached
C implementation of a caching and cache-filling library inspired to groupcache
ryanbressler
groupcache + FUSE = Distribute, Read-Only, In-Memory-Caching Filesystem
CaptainCodeman
Easy groupcache clustering on GCE
robwil
example app using groupcache, automatically aware of its Kubernetes peer pods
charithe
GRPC pool for groupcache
Spr1n9
一个由go语言编写的分布式缓存项目,类似groupcache,实现了缓存过期,热点数据等,并引入了etcd和grpc进行节点管理和服务通信。A distributed caching system ,like groupcache, but enhanced with etcd and gRPC .
Petroniuss
groupcache is a distributed caching and cache-filling library ported from Go to Rust.
udhos
kubegroup provides autodiscovery for groupcache peer pods in kubernetes cluster
microsoft
Small C# caching and cache-filling library, intended as a replacement for memcached in many cases.
asoul-fanclub
a distributed read-only cache, based groupcache, using etcd as a registry, supports efficient concurrent reading.
dualinventive
LRU cache with TTL (based on golang/groupcache/lru)
devhg
用go语言实现的 简单分布式缓存。参考golang/groupcache <学习使用>
Reso1mi
模仿groupcache实现的分布式缓存组件,对原项目热备功能进行了简单的增强
darciopacifico
Opensource lib to enable cache of Go functions, using Groupcache, Redis, Memcache etc.
Focinfi
Easy scaling distributed Key/Value dababase
fifthbeatles
A demo to show how to use groupcache
senarukana
An simple groupcache example with etcd
Tochemey
[Go] A high performance distributed cache engine for Golang
jmconrad
An implementation of groupcache in Scala.
sinomoe
🦜 A distributed caching library, adapted from groupcache.
ancientlore
Package cachefs implements a read-only cache around a fs.FS, using groupcache.
xpzouying
The practice for groupcache
feixiao
groupcache学习
groupcache
A place to put discovery mechnisms useful for users of groupcache-go