# hrw v0.1.0 - Table of Contents

Rendezvous hashing (HRW) with an optional O(log n) skeleton for large node sets.

## Pages

- [HRW](readme.md)

## Modules

- [HRW](HRW.md): HRW (Highest Random Weight), also known as rendezvous hashing, maps a key
to a node out of a set in a way that stays stable when nodes are added or
removed.
- [HRW.Skeleton](HRW.Skeleton.md): A skeleton-based variant of HRW that gives O(log n) lookups by grouping
nodes into clusters and routing keys through a virtual tree.

