We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiohttp/aiohttp/_websocket/writer.py
Line 138 in c95c025
in python 3.12+ writelines does zero copy
The text was updated successfully, but these errors were encountered:
python/cpython#91166
Picows has a good benchmark to see if it matters
Sorry, something went wrong.
Implement zerocopy writes for the WebSocket writer
1ad30e9
closes #9633
126667f
#9634 still showed too much memcpy.... It should have been less so not sure why. Closing this
bdraco
Successfully merging a pull request may close this issue.
aiohttp/aiohttp/_websocket/writer.py
Line 138 in c95c025
in python 3.12+ writelines does zero copy
The text was updated successfully, but these errors were encountered: