An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.3% on proxy.golang.org
Top 0.5% forks on proxy.golang.org

proxy.golang.org : github.com/Golang/groupcache

Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes. Each data Get first consults its local cache, otherwise delegates to the requested key's canonical owner, which then checks its cache or finally gets the data. In the common case, many concurrent cache misses across a set of peers for the same key result in just one cache fill.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/%21golang/groupcache
License: Apache-2.0
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: github.com/Golang
Stars: 13,237 on GitHub
Forks: 1,397 on GitHub
Total Commits: 43
Committers: 30
Average commits per author: 1.433
Development Distribution Score (DDS): 0.884
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 5 months ago

Top 3.4% on proxy.golang.org
github.com/golang/groupcache/lru
Package lru implements an LRU cache.
Latest release: 5 months ago - 13,234 stars on GitHub
Top 5.6% on proxy.golang.org
gopkg.in/golang/groupcache.v0
Package groupcache provides a data loading mechanism with caching and de-duplication that works a...
Latest release: 5 months ago - 13,234 stars on GitHub
Top 0.2% on proxy.golang.org
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Package groupcache provides a data loading mechanism with caching and de-duplication that works a...
11 versions - Latest release: over 4 years ago - 41,252 dependent packages - 125,744 dependent repositories - 13,234 stars on GitHub