cloudpathlib icon indicating copy to clipboard operation
cloudpathlib copied to clipboard

Investigate support for async operations

Open pjbull opened this issue 4 years ago • 0 comments

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.

pjbull avatar Aug 19 '20 16:08 pjbull