[issue13159] _io.FileIO uses a quadratic-time buffer growth algorithm

Roundup Robot report at bugs.python.org
Thu Oct 13 13:45:45 CEST 2011


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset d18c80a8c119 by Nadeem Vawda in branch '3.2':
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
http://hg.python.org/cpython/rev/d18c80a8c119

New changeset 4a6709a071d0 by Nadeem Vawda in branch 'default':
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
http://hg.python.org/cpython/rev/4a6709a071d0

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list