RSSAmplifier

Andreas Hohmann · Jul 22, 2024

Maglev consistent hashing in Rust

0
Sign in to vote or save

This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.

In a paper published in 2016, a group of Google engineers describes Google's network load load balancer called Maglev. This system uses a new (at the time) consistent hashing algorithm to select the target that a packet is sent to. This algorithm is now commonly known as "Maglev consistent hashing" and offered by several load balancers including Envoy . This post explores an implementation of…

Read on andreashohmann.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.