Aspirant200715 / Consistent-Hashing-Implementation Star 0 Code Issues Pull requests Design and implement a Consistent Hashing mechanism that: Distributes keys uniformly across nodes Minimizes key movement during node addition/removal Supports deterministic lookup Handles node rebalancing efficiently threadsafe consistent-hashing virtual-nodes modulo-hashing Updated Feb 13, 2026 Python