package
0.0.0-20250219075051-38ff100bcb9b
Repository: https://github.com/kakami/pkg.git
Documentation: pkg.go.dev
# Functions
NewConsistent creates a new Consistent object with a default setting of 20 replicas for each entry.
NewConsistentMembership ================================================.
NewIConsistent creates a new IConsistent object with a default setting of 20 replicas for each entry.
New returns an initialized list.
No description provided by the author
No description provided by the author
NewTrie makes a new empty Trie.
No description provided by the author
# Constants
No description provided by the author
# Variables
ErrEmptyCircle is the error returned when trying to get an element when nothing has been added to hash.
No description provided by the author
# Structs
Consistent holds the information about the members of the consistent hash circle.
Element is an element of a linked list.
IConsistent holds the information about the members of the IConsistent hash circle.
List represents a doubly linked list.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author