Antoine Pitrou 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.
What about the method call overhead in RawIO.readall(), and the different progression of buffer sizes? (the realloc scheme uses larger and larger read() sizes, while RawIO.readall() uses a constant read() size). By the way, not every non-Windows OS is Linux, so the patch is wrong. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15758> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com