Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/golang/groupcache
Last synced: about 4 hours ago
Repository metadata:
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- Host: GitHub
- URL: https://github.com/golang/groupcache
- Owner: golang
- License: apache-2.0
- Created: 2013-07-22T21:55:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T19:10:33.000Z (12 months ago)
- Last Synced: 2024-10-29T16:58:50.440Z (11 days ago)
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 12,926
- Watchers: 474
- Forks: 1,389
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Go
- Login: golang
- Email:
- Kind: organization
- Description: The Go Programming Language
- Website: https://go.dev
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/4314092?v=4
- Repositories: 56
- Last Synced at: 2023-04-08T11:40:21.542Z
- Profile URL: https://github.com/golang
- Sponsor URL:
Committers metadata
Last synced: about 7 hours ago
Total Commits: 43
Total Committers: 30
Avg Commits per committer: 1.433
Development Distribution Score (DDS): 0.884
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Brad Fitzpatrick | b****z@g****g | 5 |
Andrew Gerrand | a****g@g****g | 4 |
Bobby DeSimone | d****e | 2 |
Dan Pupius | d****n@m****m | 2 |
Dvir Volk | d****r@e****e | 2 |
Fumitoshi Ukai | u****i@c****g | 2 |
Luit van Drongelen | l****t@l****t | 2 |
Shawn Smith | s****h@g****m | 2 |
CodeLingo Bot | b****t@c****o | 1 |
Edward Betts | e****d@4****m | 1 |
Sean Chen | 4****o | 1 |
Aditya Harindar | v****h@z****m | 1 |
Blake Mizerany | b****y@g****m | 1 |
Daker Fernandes Pinheiro | d****o@i****m | 1 |
Damian Gryski | d****n@g****m | 1 |
Daniel Smith | d****h@d****m | 1 |
Harald Nordgren | h****n@g****m | 1 |
Joe Tsai | j****i@d****t | 1 |
Kevin Burke | k****v@i****m | 1 |
Matthew Denton | m****n@s****m | 1 |
Neuman Vong | n****g@g****m | 1 |
Pierre Durand | p****d@g****m | 1 |
Ryan Slade | r****e@g****m | 1 |
Solomon Boulos | b****s@c****u | 1 |
Steve Phillips | e****e@g****m | 1 |
Steve Phillips | s****e@t****m | 1 |
Tipp Moseley | t****p@g****m | 1 |
awaw fumin | a****n@g****m | 1 |
lorneli | l****i@1****m | 1 |
maru | 1****1@q****m | 1 |
Issue and Pull Request metadata
Last synced: about 4 hours ago
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total docker downloads: 50,276,533,835
- Total dependent packages: 41,252 (may contain duplicates)
- Total dependent repositories: 125,744 (may contain duplicates)
- Total versions: 12
go: 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.
- Homepage: https://github.com/golang/groupcache
- Documentation: https://pkg.go.dev/github.com/golang/groupcache#section-documentation
- Licenses: Apache-2.0
- Latest release: v0.0.0-20210331224755-41bb18bfe9da (published over 3 years ago)
- Last Synced: 2024-11-08T08:01:35.363Z (2 days ago)
- Versions: 11
- Dependent Packages: 41,252
- Dependent Repositories: 125,744
- Docker Downloads: 50,276,533,835
-
Rankings:
- Dependent packages count: 0.005%
- Dependent repos count: 0.006%
- Docker downloads count: 0.007%
- Average: 0.247%
- Stargazers count: 0.556%
- Forks count: 0.664%
go: 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.
- Homepage: https://github.com/Golang/groupcache
- Documentation: https://pkg.go.dev/github.com/Golang/groupcache#section-documentation
- Licenses: Apache-2.0
- Latest release: v0.0.0-20210331224755-41bb18bfe9da (published over 3 years ago)
- Last Synced: 2024-11-06T23:01:15.389Z (3 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 0.434%
- Forks count: 0.479%
- Average: 4.315%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%