Message373483
Using recv_into instead of recv in the transport _loop_reading will speed up the process.
From what I checked it's about 120% performance increase.
This is only because there should not be a new buffer allocated each time we call recv, it's really wasteful. |
|
Date |
User |
Action |
Args |
2020-07-10 21:08:57 | tontinton | set | recipients:
+ tontinton |
2020-07-10 21:08:56 | tontinton | set | messageid: <1594415336.97.0.770801888844.issue41273@roundup.psfhosted.org> |
2020-07-10 21:08:56 | tontinton | link | issue41273 messages |
2020-07-10 21:08:56 | tontinton | create | |
|