Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
demo
command
Command demo runs an educational walkthrough of consistent hashing, demonstrating key routing, minimal disruption, distribution analysis, and the comparison against modulo hashing.
|
Command demo runs an educational walkthrough of consistent hashing, demonstrating key routing, minimal disruption, distribution analysis, and the comparison against modulo hashing. |
|
pkg
|
|
|
analysis
Package analysis measures how well a hash ring distributes keys and compares consistent hashing against naive modulo hashing.
|
Package analysis measures how well a hash ring distributes keys and compares consistent hashing against naive modulo hashing. |
|
cache
Package cache simulates a distributed cache backed by a consistent hash ring.
|
Package cache simulates a distributed cache backed by a consistent hash ring. |
|
hasher
Package hasher provides pluggable hash functions for the consistent hash ring.
|
Package hasher provides pluggable hash functions for the consistent hash ring. |
|
hashring
Package hashring implements a consistent hash ring with virtual nodes.
|
Package hashring implements a consistent hash ring with virtual nodes. |
Click to show internal directories.
Click to hide internal directories.