Taras Kozlov
Taras Kozlov
> > @tonybaloney > > It is ready > > Ah I understand now. I was looking at 3.13 support as well in another PR since it seems that the...
> > > > @tonybaloney > > > > > > > > It is ready > > > > > > > > > > > > > >...
This also increases aiohttp websocket echo performance by 20-25%
Hi @fantix, I saw you recently commited something to uvloop. Do you know if someone could take a look at this PR and maybe give a feedback?
> Yeah I'll go through all issues/PRs again and include some in the final 0.21 release, it's just all taking some time unfortunately, thanks for the PR and your kind...
99% - 1% is figurative. I don't know the real numbers and obviously it depends on a particular use case. Checking `incoming.pending > 0 or SSLObject.pending() > 0` may not...
> MRE is: > > ```python > import socket > import uvloop > import asyncio > > async def main(): > s1, s2 = socket.socketpair() > with s1, s2:...
> > The thing is, I've also made a few other nice optimizations a couple month ago (check out the latest PRs) that significantly improve uvloop performance! However, nobody gave...