On Sun, 19 Jul 2020 05:01:48 -0400
Wes Turner <[email protected]> wrote:
> 
> Can't remember where I thought I read that libuv + CPython asyncio is
> actually faster than node + libuv.

"faster" is pretty much meaningless without specifics.  libuv + asyncio
will certainly be fast if you're mostly transferring packets around
(because most of the time will be spent in custom C code).  If you're
writing a complex protocol parser around that in pure Python, I'm not
sure it will still be "faster".

Regards

Antoine.

_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/YHDIVEQ2JWBQDJAQIVHPODO6JSH2L5KP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to