maglev consistent hashing in rust
Summary
This article explains MagLev consistent hashing and its use in load balancing, then provides a Rust implementation with tests. It covers weight-based slot distribution, stable mappings across instances, and a HashTargetSelector API for selecting targets from an input hash.