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

Make threads the default executor #621

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Make threads the default executor #621

merged 4 commits into from
Nov 25, 2024

Conversation

tomwhite
Copy link
Member

The idea is to make it easier to run single-machine workloads (#514, #492) without having to configure anything (see also #599).

I think threads is a good default - rather than processes - since it's not noticeably slower than processes on some of our benchmarks, and eventually #511 will make that moot anyway.

@tomwhite tomwhite force-pushed the threads-default-executor branch from d472e6a to a918396 Compare November 25, 2024 21:05
@tomwhite tomwhite merged commit 003bf92 into main Nov 25, 2024
11 of 13 checks passed
@tomwhite tomwhite deleted the threads-default-executor branch November 25, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant