Uvloop: It's still faster than asyncio event loop?

Created on 27 Apr 2020  路  4Comments  路  Source: MagicStack/uvloop

Now Python have event loop written in C. How much uvloop faster asyncio event loop in Py3.7 and Py3.8?

Most helpful comment

Yeah, I know, I did that :)

All 4 comments

Python does not have an event loop written in C.

Yea, you are right. It's just rewritten common objects on C, like Future :)

https://github.com/python/cpython/blob/master/Modules/_asynciomodule.c

Yeah, I know, I did that :)

This normally happens on Twitter. :)

Was this page helpful?
0 / 5 - 0 ratings