Closed remusao closed 7 years ago
This PR make the switch from concurrent.futures to asyncio, which improves performances. The code might need to be improved, but it works and is much faster.
concurrent.futures
asyncio
This PR make the switch from
concurrent.futures
toasyncio
, which improves performances. The code might need to be improved, but it works and is much faster.