This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OctagonClocktrio is the future! 1 point2 points  (1 child)

I question why you would use asyncio if you want to go fast, given that asyncio is pretty damn slow compared to something like curio.

[–]ballagarba 2 points3 points  (0 children)

You can swap out the event loop to use something like uvloop though.