-
Notifications
You must be signed in to change notification settings - Fork 1k
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
TaskExecutor should not fork unnecessarily #13472
Merged
Merged
Commits on Jun 7, 2024
-
TaskExecutor should not fork for one of its tasks
When executing N tasks and waiting on the result of all of them, we should not fork one of them and just execute at least one of them outright. This saves at least one context switch, removes the need for any reentrancy protection, and makes full use of the supplied task executor if tasks fan out again.
Configuration menu - View commit details
-
Copy full SHA for 59cc1f1 - Browse repository at this point
Copy the full SHA 59cc1f1View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ffd022 - Browse repository at this point
Copy the full SHA 0ffd022View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29bdbf9 - Browse repository at this point
Copy the full SHA 29bdbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fa514 - Browse repository at this point
Copy the full SHA 55fa514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9781dae - Browse repository at this point
Copy the full SHA 9781daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c60d5b - Browse repository at this point
Copy the full SHA 5c60d5bView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b66467 - Browse repository at this point
Copy the full SHA 8b66467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d310ae - Browse repository at this point
Copy the full SHA 1d310aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e66a8 - Browse repository at this point
Copy the full SHA 18e66a8View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6baf3dc - Browse repository at this point
Copy the full SHA 6baf3dcView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2bf7aa - Browse repository at this point
Copy the full SHA e2bf7aaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.