package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

Dist returns the probe distance for a hash in a slot index.
HashKey computes a hash of key.
HashUint64 computes a hash of an int64.
NewHashMap initialises a new Hashmap with the provided options.
NewMetrics initialises prometheus metrics for tracking an RHH hashmap.

# Variables

DefaultOptions represents a default set of options to pass to NewHashMap().

# Structs

HashMap represents a hash map that implements Robin Hood Hashing.
Options represents initialization options that are passed to NewHashMap().