-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce round robin load balancer to matching client #6300
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
c58f65d
to
7fd4f7d
Compare
What is the theory by which this is expected to improve matching performance? I'm just not understanding what effect this might have ? |
|
7fd4f7d
to
8ebbaaa
Compare
@@ -0,0 +1,158 @@ | |||
// The MIT License (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: shouldn't file name be rr_loadbalancer? :)
What changed?
Introduce round robin load balancer to matching client
Why?
Try new routing algorithms to improve latency for matching
How did you test it?
unit tests
Potential risks
Release notes
Documentation Changes