diff options
author | msoxzw <56633971+msoxzw@users.noreply.github.com> | 2022-04-15 19:59:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 19:59:01 (GMT) |
commit | 42fabc3ea767f10989363536eaaa9da32616ab57 (patch) | |
tree | 6233bfa04fbe4ad6f367d2f4e05d0acb7553c006 /Python/pylifecycle.c | |
parent | c9e231de8551ab6d06c92dfa95033150e52d7f1f (diff) | |
download | cpython-42fabc3ea767f10989363536eaaa9da32616ab57.zip cpython-42fabc3ea767f10989363536eaaa9da32616ab57.tar.gz cpython-42fabc3ea767f10989363536eaaa9da32616ab57.tar.bz2 |
gh-91487: Optimize asyncio UDP speed (GH-91488)
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
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions