diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-12-27 22:28:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 22:28:41 (GMT) |
commit | 6ffc55c6d9c1f3a30e4db1bc71c452c50952ee85 (patch) | |
tree | c4215cf360c4a3350aa5315939622b982390df53 /tools | |
parent | 695efa94dfcd62c5ef42d03a7f1425c4105819df (diff) | |
download | hdf5-6ffc55c6d9c1f3a30e4db1bc71c452c50952ee85.zip hdf5-6ffc55c6d9c1f3a30e4db1bc71c452c50952ee85.tar.gz hdf5-6ffc55c6d9c1f3a30e4db1bc71c452c50952ee85.tar.bz2 |
Implement optimized support for vector I/O in Subfiling VFD (#3896)
Vector I/O requests are now processed within a single
set of I/O call batches, rather than each I/O vector
entry (tuple constructed from the types, addrs, sizes
and bufs arrays) being processed individually. This allows I/O to be
more efficiently parallelized among the I/O concentrator processes
during large I/O requests.
* Fixed some calculations and add test cases for issues spotted from review
* Removed a variable that was compensating for previous miscalculations
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions