This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Tiered Hashing with small pool sizes, kick out nodes for co…
…rrectness, talk more to fast nodes and reduce pool churn (#86) Switch to 2 tiers of measurement: * a 'main' pool used for 80% of requests * an 'unknown' pool used for 20% of requests nodes in the unknown pool that perform better than those in the main pool in a recent sliding window of requests can be swapped into the main pool
- Loading branch information
1 parent
5e676ee
commit 34094f8
Showing
17 changed files
with
1,664 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.