Expand description
Maglev consistent hashing load balancer
Implements Google’s Maglev algorithm for consistent hashing with minimal disruption when backends are added or removed. Uses a permutation-based lookup table for O(1) selection.
Reference: https://research.google/pubs/pub44824/
Structs§
- Maglev
Balancer - Maglev consistent hashing load balancer
- Maglev
Config - Configuration for Maglev consistent hashing
Enums§
- Maglev
KeySource - Source for extracting the hash key from requests