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
Date 2012-08-21.23:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345593523.08.0.920624899161.issue15758@psf.upfronthosting.co.za>
In-reply-to
Content
FileIO.readall() already has an overallocation mechanism which should yield linear complexity. Perhaps it needs to be tweaked a bit?
(look at new_buffersize in Modules/_io/fileio.c)

By the way, your results are bit weird. Why does the data rate increase with the transfered amount?
History
Date User Action Args
2012-08-21 23:58:43pitrousetrecipients: + pitrou, sbt
2012-08-21 23:58:43pitrousetmessageid: <1345593523.08.0.920624899161.issue15758@psf.upfronthosting.co.za>
2012-08-21 23:58:42pitroulinkissue15758 messages
2012-08-21 23:58:42pitroucreate