Skip to content
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

gh-91487: Optimize asyncio UDP speed #91488

Merged
merged 3 commits into from Apr 15, 2022
Merged

gh-91487: Optimize asyncio UDP speed #91488

merged 3 commits into from Apr 15, 2022

Conversation

Copy link
Contributor

@msoxzw msoxzw commented Apr 12, 2022

Fix #91487

When transferring a small file, e.g. 256 KiB, the speed of this PR is comparable. However, if a large file, e.g. 65536 KiB, is transferred, asyncio UDP will be over 100 times faster than the original. The speed is presumably significantly faster if a larger file is transferred, e.g. 1048576 KiB.

Automerge-Triggered-By: GH:gpshead

@msoxzw msoxzw requested review from 1st1 and asvetlov as code owners Apr 12, 2022
@cpython-cla-bot
Copy link

@cpython-cla-bot cpython-cla-bot bot commented Apr 12, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@gpshead
Copy link

@gpshead gpshead commented Apr 14, 2022

Can you add a NEWS entry with blurb or blurb-it?

@gpshead gpshead self-assigned this Apr 14, 2022
@gpshead gpshead added the 🤖 automerge label Apr 15, 2022
@miss-islington
Copy link

@miss-islington miss-islington commented Apr 15, 2022

@msoxzw: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 42fabc3 into python:main Apr 15, 2022
13 checks passed
@msoxzw msoxzw deleted the patch-1 branch Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expert-asyncio performance 🤖 automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants