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

Check for the first finished parallel proccess #1546

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

maxzheng
Copy link
Contributor

This fixes #1316 to optimize the parallel map runs by checking for the first finished process instead of waiting for the first process before checking others.

@romain-intel
Copy link
Contributor

Thanks for the contribution. This LGTM. We'll get it merged soon.

romain-intel
romain-intel previously approved these changes Sep 27, 2023
This fixes Netflix#1316 to optimize
the parallel map runs by checking for the first finished process instead
of waiting for the first process before checking others.
@romain-intel romain-intel merged commit 5602a20 into Netflix:master Sep 28, 2023
19 of 20 checks passed
@maxzheng maxzheng deleted the check-for-the@master branch September 28, 2023 21:48
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.

Optimize parallel_map by properly waiting on child pids
2 participants