This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, sbt, schmir, vstinner
Date 2012-08-24.14:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345817304.3368.7.camel@localhost.localdomain>
In-reply-to <1345816836.91.0.721990909934.issue15758@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2012-08-24 14:11:50pitrousetrecipients: + pitrou, vstinner, schmir, sbt
2012-08-24 14:11:49pitroulinkissue15758 messages
2012-08-24 14:11:49pitroucreate