Documentation
¶
Overview ¶
Package maglev implements maglev consistent hashing
http://research.google.com/pubs/pub44824.html
Index ¶
Constants ¶
View Source
const ( SmallM = 65537 BigM = 655373 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithHashKey ¶
func WithModulus ¶
func WithPermutationRounds ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) PartitionOwner ¶
Click to show internal directories.
Click to hide internal directories.