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 gregory.p.smith, neologix, pitrou, sbt, serhiy.storchaka, vstinner
Date 2013-12-08.15:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386518269.21.0.515944628758.issue19929@psf.upfronthosting.co.za>
In-reply-to
Content
Linux, 64-bit quad core:

With 4K buffer:

$ time ./python test_sub_read.py 
0.25217683400114765

real	0m0.296s
user	0m0.172s
sys	0m0.183s

With 64K buffer:

$ time ./python test_sub_read.py 
0.09257541999977548

real	0m0.132s
user	0m0.051s
sys	0m0.096s
History
Date User Action Args
2013-12-08 15:57:49pitrousetrecipients: + pitrou, gregory.p.smith, vstinner, neologix, sbt, serhiy.storchaka
2013-12-08 15:57:49pitrousetmessageid: <1386518269.21.0.515944628758.issue19929@psf.upfronthosting.co.za>
2013-12-08 15:57:49pitroulinkissue19929 messages
2013-12-08 15:57:49pitroucreate