drivendataorg / drivendataorg/cloudpathlib
Investigate concurrency support
Open
enhancement
- Dominant language
- Python
- Stars
- 628
- Forks
- 88
- Avg merge
- 17h 28m
- Merged PRs (30d)
- 2
Description
We probably want to be able to do things like downloads of many files in parallel. Async may help (#28) but some backends may be able to do things like multipart upload/download in parallel and do things across processes in addition to across threads.
Like #28, we'll want tests to make sure the gains are worth the complexity.
Contributor guide
Assessment
This issue has not been assessed yet.