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

Modify the coordinator to use a threadpool instead of dynamically spawning threads for each transaction #311

Open
maurermi opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
enhancement/optimization Improves performance

Comments

@maurermi
Copy link
Collaborator

maurermi commented Nov 19, 2024

The coordinator appears to spend a lot of time creating threads, and it may be worth investigating how the system performs with this overhead removed. I suspect switching to a threadpool will be a useful optimization here.
Screenshot 2024-11-19 at 6 00 32 PM

@maurermi maurermi added the enhancement/optimization Improves performance label Nov 19, 2024
@maurermi maurermi self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement/optimization Improves performance
Projects
None yet
Development

No branches or pull requests

1 participant