Skip to content
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

perf: reduce goroutines used by DoMulti/DoMultiCache in a cluster client #699

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

rueian
Copy link
Collaborator

@rueian rueian commented Dec 13, 2024

We removed one optimization for DoMulti in a cluster client previously: #696.
Now, we make the normal path use fewer goroutines for compensation.

@rueian rueian marked this pull request as ready for review December 13, 2024 18:49
@rueian rueian force-pushed the perf-domulti-inline-goroutine branch 2 times, most recently from 65ed46c to 112ae7f Compare December 13, 2024 20:45
@rueian rueian force-pushed the perf-domulti-inline-goroutine branch from 112ae7f to 0975196 Compare December 13, 2024 20:55
@rueian rueian merged commit f437f0e into main Dec 14, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant