[issue26049] Poor performance when reading large xmlrpc data

Serhiy Storchaka report at bugs.python.org
Sat Jan 9 04:38:04 EST 2016


Serhiy Storchaka added the comment:

Reading with 10 MB limit allocates 10 MB buffer. It may be better to start with 1024 bytes limit, and increase it by 2 times on every iteration.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26049>
_______________________________________


More information about the Python-bugs-list mailing list