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

Use a separate thread pool for I/O operations. #362

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

s-ludwig
Copy link
Member

Reduces contention between CPU and I/O workloads. Note that only certain I/O operations, such as listing directories, are subject to this change. Data read/write operations are instead handed by eventcore.

Reduces contention between CPU and I/O workloads. Note that only certain I/O operations, such as listing directories, are subject to this change. Data read/write operations are instead handed by eventcore.
@l-kramer l-kramer merged commit 2de7abf into master Sep 29, 2023
12 checks passed
@s-ludwig s-ludwig deleted the io_worker_pool branch September 29, 2023 14:17
This pull request was closed.
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.

2 participants