Skip to content

Instantly share code, notes, and snippets.

@amirziai
Created September 25, 2022 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirziai/c6da5a4ebdd9e1fec7c928022ce4f209 to your computer and use it in GitHub Desktop.
Save amirziai/c6da5a4ebdd9e1fec7c928022ce4f209 to your computer and use it in GitHub Desktop.
class ConsistentHashingWithTokens:
def __init__(
self,
server_tokens: Dict[ServerId, int],
seed: int = SEED,
):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment