-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split vector reads into smaller chunk when single requests are larger…
… than `max_element_size` (#243) * add test * fix test * add chunk splitting * add merging of subdivided chunks * add another test to check for consistency betwenn xrootd sources * fix * add distinction between (thread) local and global futures dict * flake8 * add num_workers argument to XRootDSource * add num_workers argument to tests for XRootDSource * improve docstring * ensure futures are only submitted **after** adding notification Co-authored-by: Nikolai Hartmann <[email protected]>
- Loading branch information
Showing
4 changed files
with
129 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters