[issue15381] Optimize BytesIO to so less reallocations when written, similarly to StringIO

Serhiy Storchaka report at bugs.python.org
Fri Jul 20 22:32:05 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

> There seems to be a problem with the patch: when you store the getvalue() result somewhere (instead of discarding it), things get much slower:

This problem exists with the new patch?

----------

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


More information about the Python-bugs-list mailing list