Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
studyGo
/
groupcache
Public
forked from
golang/groupcache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2014
Merge pull request #30 from EverythingMe/fix_replicas
Show description for 8b25adc
nf
committed
8b25adc
View commit details
Copy full SHA for 8b25adc
Browse repository at this point
changed default number of replicas in http pool hash ring to 50, and fixed hash ring benchmark
Dvir Volk
committed
21fc61a
View commit details
Copy full SHA for 21fc61a
Browse repository at this point
Commits on Jul 7, 2014
Merge pull request #27 from EverythingMe/remove_extra_unescaping
Show description for 0ba15ac
nf
committed
0ba15ac
View commit details
Copy full SHA for 0ba15ac
Browse repository at this point
Commits on Jul 2, 2014
Merge pull request #26 from dgryski/consistenthash-binary-search
Show description for a531d51
bradfitz
committed
a531d51
View commit details
Copy full SHA for a531d51
Browse repository at this point
Commits on Jun 18, 2014
removed extra unesacping in http pool that screwed up the keys we were using
Dvir Volk
committed
976d66a
View commit details
Copy full SHA for 976d66a
Browse repository at this point
Commits on Jun 17, 2014
consistenthash: replace linear search with binary search
Show description for 89ec054
dgryski
committed
89ec054
View commit details
Copy full SHA for 89ec054
Browse repository at this point
Commits on Oct 30, 2013
Merge pull request #16 from Obvious/dpup-serverrequests
Show description for d781998
bradfitz
committed
d781998
View commit details
Copy full SHA for d781998
Browse repository at this point
Commits on Oct 16, 2013
HTTPPool increments Group.Stats.ServerRequests
Dan Pupius
committed
bdcbf83
View commit details
Copy full SHA for bdcbf83
Browse repository at this point
Commits on Oct 4, 2013
Merge pull request #15 from Obvious/master
Show description for 5fd3de0
nf
committed
5fd3de0
View commit details
Copy full SHA for 5fd3de0
Browse repository at this point
Commits on Oct 2, 2013
PeerPicker uses ring hash to pick peers
Dan Pupius
committed
a06134f
View commit details
Copy full SHA for a06134f
Browse repository at this point
Commits on Aug 30, 2013
Merge pull request #13 from ukai/fix_http
Show description for df73e83
nf
committed
df73e83
View commit details
Copy full SHA for df73e83
Browse repository at this point
Commits on Aug 29, 2013
Close body even if it got error http status.
Show description for 38eed8b
Fumitoshi Ukai
committed
38eed8b
View commit details
Copy full SHA for 38eed8b
Browse repository at this point
Commits on Aug 27, 2013
Merge pull request #12 from bmizerany/typo
Show description for 61c957a
nf
committed
61c957a
View commit details
Copy full SHA for 61c957a
Browse repository at this point
Commits on Aug 26, 2013
fix doc typo
bmizerany
committed
0fb45da
View commit details
Copy full SHA for 0fb45da
Browse repository at this point
Commits on Aug 12, 2013
Merge branch 'master' of github.com:/golang/groupcache
adg
committed
b912ed8
View commit details
Copy full SHA for b912ed8
Browse repository at this point
fix overflow in peer selection
adg
committed
3f89d3e
View commit details
Copy full SHA for 3f89d3e
Browse repository at this point
Commits on Aug 1, 2013
Merge pull request #8 from Luit/patch-2
Show description for 9db4a8a
nf
committed
9db4a8a
View commit details
Copy full SHA for 9db4a8a
Browse repository at this point
Commits on Jul 31, 2013
Weird use of brackets in README.md
Luit
committed
8a39167
View commit details
Copy full SHA for 8a39167
Browse repository at this point
Merge pull request #7 from Luit/patch-1
Show description for 1d5ab13
nf
committed
1d5ab13
View commit details
Copy full SHA for 1d5ab13
Browse repository at this point
Commits on Jul 30, 2013
fix RegisterPeerPicker panic string
Luit
committed
e15e6b8
View commit details
Copy full SHA for e15e6b8
Browse repository at this point
Commits on Jul 27, 2013
Merge pull request #2 from elimisteve/patch-1
Show description for 0e1c218
bradfitz
committed
0e1c218
View commit details
Copy full SHA for 0e1c218
Browse repository at this point
Commits on Jul 26, 2013
Fixed README typo: s/suppresion/suppression/
elimisteve
committed
8b8b9d6
View commit details
Copy full SHA for 8b8b9d6
Browse repository at this point
Remove duplicated unnecessary file. It's in the groupcachepb sub-package.
bradfitz
committed
e851919
View commit details
Copy full SHA for e851919
Browse repository at this point
Commits on Jul 24, 2013
fix RegisterPeerPicker comment
adg
committed
b3105e2
View commit details
Copy full SHA for b3105e2
Browse repository at this point
add HTTP pool implementation
adg
committed
0bfcb13
View commit details
Copy full SHA for 0bfcb13
Browse repository at this point
add docs to PeerPicker
adg
committed
e2abff3
View commit details
Copy full SHA for e2abff3
Browse repository at this point
initial commit.
bradfitz
committed
6dad98a
View commit details
Copy full SHA for 6dad98a
Browse repository at this point
You can’t perform that action at this time.