Found 22 repositories(showing 22)
coocood
A cache library for Go with zero GC overhead.
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.
recoilme
b52 is a fast experimental Key/value database. With support for the memcache protocol.
yudeguang
针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,支持增删改
yudeguang
针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,本质为一个静态map,加载后不允许再修改
ayun2001
Very very fast than before. A bytes value cache library for Go with zero GC overhead.
mrz1836
📑 Simple cache access & storage layer using Redis or FreeCache
qiangmzsx
beego freecache
jeffotoni
Benchmark Caches - gocache v1, v2..v9, freecache, go-cache
n1ord
Simple go implementation of chained cache library with 3 storages: freecache, redis, aerospike
orca-zhang
🦄【轻量级本地泛型内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache2] Extremely easy, ultra fast, concurrency-safe and support distributed consistency generic LRU cache. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.
cache-project
A collection of free material, designed to be distributed on physical media and used without Internet connection
eliquious
Cache using freecache and gRPC
hawkingrei
No description available
cryptrz
Empty the cache on Linux systems
sajalmandrekar
Linux bash script that clears memory cache
Um simples invalidador de caches para freecache
Ulbora
An in-memory cache service with a REST interface based on freecache
yudeguang
针对超大型map的优化,减少GC。把复杂的不利于GC的复杂map转化为基础类型的 map[uint64]int+外部二级索引切片的形式
ladyofsteele
A simple Go application using freecache, for writing key/value pairs to an in-memory cache and setting them to expire after 1 second.
TecHAyusH6476
A simple, configurable rate limiter for Go APIs, supporting per-domain and per-action rules with easy YAML configuration and middleware integration. Let me know if you want it even shorter or tailored for a specific context!
simplygulshan4u
No description available
All 22 repositories loaded