Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

perf(round_robin) ring balancer with no hashing feats #123

Merged
merged 5 commits into from
Apr 2, 2021

Commits on Apr 1, 2021

  1. 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.
    locao committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fbfc435 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    53d2e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c592bab View commit details
    Browse the repository at this point in the history
  3. perf(round_robin) use ipairs

    locao committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e73770f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca98b82 View commit details
    Browse the repository at this point in the history