Tag
An introduction to a learning track on building load balancers from scratch, covering algorithms like round robin, least connections, consistent hashing, and practical pitfalls such as health check intervals.
This article introduces Highest Random Weight (HRW) hashing as a stateless alternative to ExHashRing for consistent hashing in Elixir, discussing its simplicity, performance trade-offs, and providing code examples.