[New-bugs-announce] [issue41279] Convert StreamReaderProtocol to a BufferedProtocol

Tony report at bugs.python.org
Sat Jul 11 12:23:40 EDT 2020


New submission from Tony <tony.solomonik at gmail.com>:

This will greatly increase performance, from my internal tests it was about 150% on linux.

Using read_into instead of read will make it so we do not allocate a new buffer each time data is received.

----------
messages: 373526
nosy: tontinton
priority: normal
severity: normal
status: open
title: Convert StreamReaderProtocol to a BufferedProtocol

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41279>
_______________________________________


More information about the New-bugs-announce mailing list