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 vstinner
Recipients Arfrever, alexandre.vassalotti, larry, pitrou, serhiy.storchaka, vstinner
Date 2013-11-26.14:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385477983.64.0.590868247823.issue19780@psf.upfronthosting.co.za>
In-reply-to
Content
> On faster computers with slower files (sockets?) it should be larger.

If your patch avoids unbuffered reads, you can test using these commands before your benchmark:

    sync; echo 3 > /proc/sys/vm/drop_caches

And use one large load() instead of running it in a loop. Or call these commands in the loop.
History
Date User Action Args
2013-11-26 14:59:43vstinnersetrecipients: + vstinner, pitrou, larry, alexandre.vassalotti, Arfrever, serhiy.storchaka
2013-11-26 14:59:43vstinnersetmessageid: <1385477983.64.0.590868247823.issue19780@psf.upfronthosting.co.za>
2013-11-26 14:59:43vstinnerlinkissue19780 messages
2013-11-26 14:59:43vstinnercreate