Skip to content

gh-91487: Optimize asyncio UDP speed - #91488

Merged
miss-islington merged 3 commits into
python:mainfrom
msoxzw:patch-1
Apr 15, 2022
Merged

gh-91487: Optimize asyncio UDP speed#91488
miss-islington merged 3 commits into
python:mainfrom
msoxzw:patch-1

Conversation

@msoxzw

@msoxzwmsoxzw commented Apr 12, 2022

Copy link
Copy Markdown
Contributor

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

@ghost

ghost commented Apr 12, 2022

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@gpshead

Copy link
Copy Markdown
Member

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

@gpsheadgpshead self-assigned this Apr 14, 2022
@miss-islington

Copy link
Copy Markdown
Contributor

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performancePerformance or resource usagetopic-asyncio

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The speed of asyncio UDP is too slow when transferring large file

5 participants

@msoxzw@gpshead@miss-islington@bedevere-bot@AlexWaygood