benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Apache License 2.0
396 stars 77 forks source link

Async loading of portfolio #13

Closed barryvdh closed 6 years ago

barryvdh commented 6 years ago

Right now, you're using await for each integration (and coinmarket), wouldn't it be better to run all the integrations async, and wait for all of them to finish?

benmarten commented 6 years ago

Yes, I think so... That would speed up the process ;) Feel free to send a PR, if you'd like ;)