You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: