Open cherez opened 7 years ago
Now that the latest Python versions have solid coroutine support, adopting them throughout the app should improve performance and stability.
Biggest concern is our underlying libraries. Probably would require migrating our IRC and HTTP libraries.
https://github.com/aio-libs would probably be a good starting point.
Now that the latest Python versions have solid coroutine support, adopting them throughout the app should improve performance and stability.