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

Optimize broadcast logic in Hub for better performance #2134

Closed
coderabbitai bot opened this issue Aug 17, 2024 · 0 comments · Fixed by #2246
Closed

Optimize broadcast logic in Hub for better performance #2134

coderabbitai bot opened this issue Aug 17, 2024 · 0 comments · Fixed by #2246
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 17, 2024

The method in the package currently uses a goroutine for each data item. It is suggested to consider pooling goroutines or using a worker pattern to manage resources more efficiently. This improvement will be considered in a future pull request.\n\nPR URL: https://github.com/Bisonai/orakl/pull/2133\nComment URL: #2133 (comment)

@nick-bisonai nick-bisonai linked a pull request Aug 28, 2024 that will close this issue
8 tasks
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 a pull request may close this issue.

1 participant