package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 2, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Hasher interface {
Hash(data []byte) uint32
}
type Map struct {
Hasher Hasher
}
Add adds some keys to the hash.
Get gets the closest item in the hash to the provided key.
Returns true if there are no items available.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.