An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: freecache

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: Go - Size: 949 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 252 - Forks: 28

mrz1836/go-cachestore

:bookmark_tabs: Simple cache access & storage layer using Redis or FreeCache

Language: Go - Size: 420 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 2 - Forks: 2

recoilme/b52

b52 is a fast experimental Key/value database. With support for the memcache protocol.

Language: Go - Size: 7.42 MB - Last synced at: 22 days ago - Pushed at: almost 2 years ago - Stars: 33 - Forks: 3

yudeguang/noGCMap

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

Language: Go - Size: 58.6 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

yudeguang/noGcStaticMap

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

Language: Go - Size: 42 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

yudeguang/noGCMapIndex

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

Language: Go - Size: 13.7 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0