This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(round_robin) ring balancer with no hashing feats (#123)
* perf(round_robin) ring balancer with no hashing feats This commit adds a round-robin algorithm with the same features as the previous ring algorithm, but with no consistent-hashing support. * tests(*) tests matching the new algorithms * fix(round_robin) reduce the number of intermediate tables * perf(round_robin) use ipairs * perf(round_robin) shuffle the wheel after adding addresses
- Loading branch information