cloudpathlib
cloudpathlib copied to clipboard
Investigate support for async operations
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.