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 serhiy.storchaka
Recipients ced, loewis, pokoli, serhiy.storchaka, terry.reedy
Date 2016-01-09.09:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452332284.83.0.298573129202.issue26049@psf.upfronthosting.co.za>
In-reply-to
Content
Reading with 10 MB limit allocates 10 MB buffer. It may be better to start with 1024 bytes limit, and increase it by 2 times on every iteration.
History
Date User Action Args
2016-01-09 09:38:04serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, ced, pokoli
2016-01-09 09:38:04serhiy.storchakasetmessageid: <1452332284.83.0.298573129202.issue26049@psf.upfronthosting.co.za>
2016-01-09 09:38:04serhiy.storchakalinkissue26049 messages
2016-01-09 09:38:04serhiy.storchakacreate