package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Functions
NewHashRing instantiates an instance of hashRing.
# Structs
RingConfig configures settings for a Ring.
# Interfaces
Hashable is an interface to be implemented by structs that need to be sharded via consistent hashing.
Ring is an interface for a consistent hashing ring (ref: https://en.wikipedia.org/wiki/Consistent_hashing).
RingReader is an interface to read values from Ring.