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 commentedApr 12, 2022
The speed of asyncio UDP is merely a couple of Mbps if a large file, e.g. 65536 KiB, is transferred.
Test file:
https://gist.github.com/msoxzw/8ae5c488edbc2985d41563c4d9c9cc04
The text was updated successfully, but these errors were encountered: