16 skills found
allegro / BigcacheEfficient cache for gigabytes of data written in Go.
eko / Gocache☔️ A complete Go cache library that brings you multiple ways of managing your caches
orca-zhang / Ecache🦄【轻量级本地内存缓存】🤏代码少于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.
OrlovEvgeny / Go McacheHigh-throughput, sharded in-memory KV cache for Go with zero allocations
unkn0wn-root / CascacheGeneration-based CAS cache for Go with read-time validation, validated batch entries, pluggable providers/codecs, and shared invalidation via GenStore.
alphkiee / Go Xopsgo开发的自动化运维平台,还在持续开发中,目前完成功能有主机的管理和主机命令和文件下发,终端的web打开,后续有 调用prometheus 自动部署
oaStuff / ClusteredBigCachegolang bigcache with clustering as a library.
xin053 / Ipd查询ip地理信息,多种查询模式,高效,具有缓存机制,并可使用elasticsearch构建自己的ip数据库
allegro / Bigcache BenchBenchmarks for BigCache project
cafebazaar / MnemosyneMultilayer Cache Manager supporting multiple In-momery & Redis configurations
douglasmakey / Cache ExampleA few days ago, I read an article about BigCache and I was interested to know how they avoided these 2 problems: concurrent access and expensive GC cycles
Kyagara / EquinoxLibrary for all Riot Games APIs written in Golang.
yudeguang / NoGCMap针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,支持增删改
yudeguang / NoGcStaticMap针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,本质为一个静态map,加载后不允许再修改
weloe / Go Web Demogo web demo use gin,gorm,casbin,bigcache,viper,token-go
juliaqiuxy / WfcacheMulti-layered cache with waterfall hit propagation and built-in storage adapters for DynamoDB, Redis, BigCache, GoLRU etc.