https://github.com/hdfgroup/vol-async
Asynchronous I/O for HDF5
https://github.com/hdfgroup/vol-async
asyncio hdf5 parallel-io
Last synced: 6 months ago
JSON representation
Asynchronous I/O for HDF5
- Host: GitHub
- URL: https://github.com/hdfgroup/vol-async
- Owner: HDFGroup
- License: other
- Created: 2020-12-07T15:02:07.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-03T21:25:42.000Z (6 months ago)
- Last Synced: 2024-12-03T22:26:02.856Z (6 months ago)
- Topics: asyncio, hdf5, parallel-io
- Language: C
- Homepage: https://hdf5-vol-async.readthedocs.io
- Size: 1.48 MB
- Stars: 21
- Watchers: 11
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/HDFGroup/vol-async/actions/workflows/linux.yml)
# HDF5 Asynchronous I/O VOL ConnectorAsynchronous I/O is becoming increasingly popular with the large amount of data access required by scientific applications. They can take advantage of an asynchronous interface by scheduling I/O as early as possible and overlap computation or communication with I/O operations, which hides the cost associated with I/O and improves the overall performance. This work is part of the [ECP-ExaIO](https://www.exascaleproject.org/research-project/exaio) project.
[
](overview)
## Documentation
[**Async VOL documentation website**](https://hdf5-vol-async.readthedocs.io) has detailed build instructions and examples.## Citation
To cite Async VOL, please use the following:```
@ARTICLE{9459479,
author={Tang, Houjun and Koziol, Quincey and Ravi, John and Byna, Suren},
journal={IEEE Transactions on Parallel and Distributed Systems},
title={Transparent Asynchronous Parallel I/O Using Background Threads},
year={2022},
volume={33},
number={4},
pages={891-902},
doi={10.1109/TPDS.2021.3090322}}
@INPROCEEDINGS{8955215,
author={Tang, Houjun and Koziol, Quincey and Byna, Suren and Mainzer, John and Li, Tonglin},
booktitle={2019 IEEE/ACM Fourth International Parallel Data Systems Workshop (PDSW)},
title={Enabling Transparent Asynchronous I/O using Background Threads},
year={2019},
volume={},
number={},
pages={11-19},
doi={10.1109/PDSW49588.2019.00006}}```