Hacker News new | ask | show | jobs
by Jcol1 3560 days ago
Can you share in general how it improves over aiohttp (speed, architecture etc)
1 comments

Aiohttp is the next layer up the stack, it just utilizes whichever event loop policy is active. So basically it just makes it faster in most (all?) async things it does.

I use aiohttp and uvloop fairly heavily, though I've not formally benched with/without uvloop in quite some time.