drivendataorg / drivendataorg/cloudpathlib
Investigate support for async operations
Open
enhancement
- Dominant language
- Python
- Stars
- 628
- Forks
- 88
- Avg merge
- 17h 28m
- Merged PRs (30d)
- 2
Description
We probably do a lot of things that are network bound and disk read/write bound. May be worth it make some of these play nice with async.
Before we implement it's probably worth it to have some perf tests that do both many files and increasing file sizes so that we can look at the tradeoffs of added async complexity vs. increased perf.
Contributor guide
Assessment
This issue has not been assessed yet.