Skip to content

Document asyncio performance improvement in What's New #103370

New issue

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

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

kumaraditya303
Copy link
Contributor

No description provided.

@@ -210,6 +210,11 @@ array
asyncio
-------

* :mod:`asyncio` is optimized to avoid excessive copying when writing to socket
and uses :meth:`~socket.socket.sendmsg` if the platform supports it.
A speedup of 80% was observed on Linux on simple tcp echo server benchmark.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexWaygood I welcome your suggestions to better document it.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@kumaraditya303 kumaraditya303 merged commit 63dc969 into python:main Apr 9, 2023
@kumaraditya303 kumaraditya303 deleted the news branch April 9, 2023 01:59
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants