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

Feature/performance improvements #414

Merged
merged 3 commits into from
May 30, 2024
Merged

Conversation

essweine
Copy link
Contributor

This updates Loop and Multiinstance tasks such that instances use their completed event to notify the parent when they finish, rather than the parent iterating over all the child tasks to determine which ones have completed. It also makes some general improvements to iterating over subprocesses.

@essweine essweine linked an issue May 29, 2024 that may be closed by this pull request
@essweine essweine merged commit faf859f into main May 30, 2024
5 checks passed
@essweine essweine deleted the feature/performance-improvements branch May 30, 2024 17:53
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.

Evaluate performance improvements to MI tasks
2 participants