You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in trying out aiofastnet?
It provides very efficient drop-in C/Cython re-implementation for loop.create_server.
Perhaps as an optional extra?
I did it for an algorithmic trading project because both asyncio and uvloop transport implementations are quite far from optimal (especially TLS layer), they have a lot of python plumbing and memory copying, and transport latency was crucial.
I also made a websockets benchmark recently with some curious results, it shed some light on the actual performance of websockets, aiohttp, and others.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @Kludex,
Would you be interested in trying out aiofastnet?
It provides very efficient drop-in C/Cython re-implementation for loop.create_server.
Perhaps as an optional extra?
I did it for an algorithmic trading project because both asyncio and uvloop transport implementations are quite far from optimal (especially TLS layer), they have a lot of python plumbing and memory copying, and transport latency was crucial.
I also made a websockets benchmark recently with some curious results, it shed some light on the actual performance of websockets, aiohttp, and others.
Beta Was this translation helpful? Give feedback.
All reactions