KarstenSchulz / yt-issues

Command line tool to retrieve and export issues from YouTrack service
MIT License
7 stars 2 forks source link

Prototype parallel downloads (async? threads? multiprocessing?) #4

Open KarstenSchulz opened 2 years ago

KarstenSchulz commented 2 years ago

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.

KarstenSchulz commented 2 years ago

See #5 when implementing. Maybe both tickets can be solved at once.