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

Antoine Pitrou report at bugs.python.org
Thu Aug 14 22:11:43 CEST 2014


Antoine Pitrou added the comment:

Can you post any benchmark?
Also, if you wouldn't change the resizing factor it would make it easier to compare the two approaches on their own merits, IMO.

----------

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


More information about the Python-bugs-list mailing list