Downloads are very slow. We could speed up things, when downloading in parallel. The new async / await functionality in recent python versions could be a good candidate for these I/O operations.
We should open a branch async_feature to try an implementation. It's also a good learning opportunity.
Downloads are very slow. We could speed up things, when downloading in parallel. The new
async / await
functionality in recent python versions could be a good candidate for these I/O operations.We should open a branch async_feature to try an implementation. It's also a good learning opportunity.