consistent_hasher 0.1.0

An implementation of consistent hashing, a technique commonly used in distributed systems to map keys (such as data items or requests) to nodes (e.g., servers or storage units) in a way that minimizes disruptions when nodes are added or removed.
Documentation
consistent_hasher-0.1.0 has been yanked.

Consistent Hasher

This project implements consistent hashing.