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: Increase the size of rayon threadpool for syscalls #189

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kdy1
Copy link

@kdy1 kdy1 commented Nov 11, 2023

I found that rayon is used only for syscalls. rayon is built for CPU-heavy tasks, but, it can still be used for syscalls. But we need one more patch to make it faster. 1x CPU count is too small because of blocking. There will be some idle threads.
I also wrote a comment about future improvements.

Blocked by

@kdy1 kdy1 changed the title perf: Increase the size of rayon threadpool as we only use it for blocking syscalls perf: Increase the size of rayon threadpool for syscalls Nov 11, 2023
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