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 brett.cannon, pitrou, skrah, vstinner, yselivanov
Date 2016-02-23.22:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456266204.6.0.570786195977.issue26284@psf.upfronthosting.co.za>
In-reply-to
Content
> Unfortunately, replacing io.BytesIO(data) with indexing does not make the benchmark faster or more stable on my machine.

Ah, I didn't check. I expected BytesIO.read() to be slower than bytes string slicing.
History
Date User Action Args
2016-02-23 22:23:24vstinnersetrecipients: + vstinner, brett.cannon, pitrou, skrah, yselivanov
2016-02-23 22:23:24vstinnersetmessageid: <1456266204.6.0.570786195977.issue26284@psf.upfronthosting.co.za>
2016-02-23 22:23:24vstinnerlinkissue26284 messages
2016-02-23 22:23:24vstinnercreate