Skip to content

use queues for execute tasks more pararell #13738

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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Czaki
Copy link

@Czaki Czaki commented Jul 20, 2025

Purpose

As tasks split for parallel processing may not have the same length, the hard split on chunks may lead to a situation when most calculations belong to one worker; then, speedup for parallelization may be smaller than expected.

References

fixes #6330

@AA-Turner AA-Turner added the sprint For work completed at a conference or similar event. label Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint For work completed at a conference or similar event.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use a queue for reading files in parallel
2 participants