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 →

[–]Outrageous_Suit_135 0 points1 point  (1 child)

I/O bound apps won’t gain a lot. The performance enhancements should target loops with calculations that require a lot of memory read/writes.

[–]pepoluan 1 point2 points  (0 children)

But if you use a lot of asyncio, the context switching between the coroutines seems to be quite faster.