facebookincubator / dhcplb

dhcplb is Facebook's implementation of a load balancer for DHCP.
MIT License
1.05k stars 90 forks source link

Improved LB algorithm (at the moment, hashing the mac address, it's good but not perfectly balanced). #2

Closed pallotron closed 6 years ago

pallotron commented 8 years ago

The current modulo N algorithm is good but not perfectly balanced. Take a look at ways to improve it. Maybe try https://godoc.org/stathat.com/c/consistent ?

pallotron commented 6 years ago

i think rr/modulo algos are good enough, people can still implement new if they need.