bigcache

There are 15 repositories under bigcache topic.

  • eko/gocache

    ☔️ A complete Go cache library that brings you multiple ways of managing your caches

    Language:Go2.4k2282193
  • 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.

    Language:Go2358728
  • OrlovEvgeny/go-mcache

    Fast in-memory key:value store/cache with TTL

    Language:Go976416
  • alphkiee/go-xops

    go开发的自动化运维平台,还在持续开发中,目前完成功能有主机的管理和主机命令和文件下发,终端的web打开,后续有 调用prometheus 自动部署

    Language:Go457123
  • xin053/ipd

    查询ip地理信息,多种查询模式,高效,具有缓存机制,并可使用elasticsearch构建自己的ip数据库

    Language:Go27306
  • cafebazaar/mnemosyne

    Multilayer Cache Manager supporting multiple In-momery & Redis configurations

    Language:Go17514
  • Kyagara/equinox

    Library for all Riot Games APIs written in Golang.

    Language:Go8202
  • yudeguang/noGCMap

    针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,支持增删改

    Language:Go7100
  • yudeguang/noGcStaticMap

    针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,本质为一个静态map,加载后不允许再修改

    Language:Go6120
  • AdhityaRamadhanus/bigred

    cache server with BigCache engine and redis (resp) protocol

    Language:Go3310
  • juliaqiuxy/wfcache

    Multi-layered cache with waterfall hit propagation and built-in storage adapters for DynamoDB, Redis, BigCache, GoLRU etc.

    Language:Go3100
  • harwoeck/hibpoffline

    High-performance Service for querying an offline copy of the HIBP database (a collection of 551 million breached 🔓 passwords). Exists because private ☁️ = ❤.

  • transybao1393/go-bigcache

    A high performance Golang BigCache package.

    Language:Go1100
  • easy-cache/bigcache

    BigCache驱动 https://github.com/allegro/bigcache

    Language:Go0210
  • yudeguang/noGCMapIndex

    针对超大型map的优化,减少GC。把复杂的不利于GC的复杂map转化为基础类型的 map[uint64]int+外部二级索引切片的形式

    Language:Go10