# Functions

New creates a new hash ring.

# Constants

DefaultTokensPerNode is the default number of virtual nodes per node.

# Variables

DefaultHash is the default Hash used by Ring.

# Structs

Ring implements consistent hashing, aka ring hash (not thread-safe).

# Type aliases

Hash is a function computing a 64-bit digest.