|
|
|
|
|
by nerdwaller
3560 days ago
|
|
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. |
|