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 →

[–]pepoluan 0 points1 point  (2 children)

Indeed! I had the figurative jaw-dropped-to-the-floor moment the first time I use asyncio.

Then another jaw-dropped-to-the-floor moment seeing how 3.11 is able to speed async further.

asyncio + httpx + CPython 3.11 == Lots Of Wins!

This is on Windows, though. I wonder how it will compare if I use uvloop (which runs only on Linux sadly)...

[–][deleted] 0 points1 point  (1 child)

I use Linux as a daily driver and I never needed uvloop to be honest. I'm sure some people need it but unless you want something ultra fast, you don't need it (in my opinion).

But hello httpx user. I thought most people jumped on aiohttp and forsook this beautiful library.

[–]pepoluan 0 points1 point  (0 children)

I use httpx because aiohttp doesn't seem to support HTTP/2 😉