[issue15758] FileIO.readall() has worst case O(n^2) complexity

Richard Oudkerk report at bugs.python.org
Fri Aug 24 16:00:36 CEST 2012


Richard Oudkerk added the comment:

After playing with the patch on Linux it seems that Linux much prefers the realloc() scheme to the list-of-chunks scheme.

This new patch only does list-of-chunks on Windows.

----------
Added file: http://bugs.python.org/file26985/readall-combined.patch

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


More information about the Python-bugs-list mailing list