When to monkey patch? #44
Unanswered
river-walras
asked this question in
Q&A
Replies: 4 comments
|
picows use it already directly by default, without monkey patching. |
0 replies
Does this also improve the speed of HTTP requests sent via aiohttp? |
0 replies
|
Ah sorry, for aiohttp to use aiofastnet, you indeed need to monkey-patch So if you monkey patch: Without monkey patching: |
0 replies
|
aiohttp has just merged direct use of aiofastnet. Since 3.15 you won't need to monkey patch for aiohttp, aiofastnet will always be used directly if installed and now aiohttp[speedups] include aiofastnet as well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’d like to ask if using aiofastnet will make picows run faster, since I’ve noticed that uvloop doesn’t seem to provide a significant performance boost in Python 3.14.
All reactions