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 skrah
Recipients brett.cannon, pitrou, skrah, vstinner, yselivanov
Date 2016-02-07.14:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454854118.55.0.643197595193.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.

BTW, string conversion of the result is actually a crucial part of
the benchmark, it was taken out in http://bugs.python.org/file41802/telco_haypo.py.
History
Date User Action Args
2016-02-07 14:08:38skrahsetrecipients: + skrah, brett.cannon, pitrou, vstinner, yselivanov
2016-02-07 14:08:38skrahsetmessageid: <1454854118.55.0.643197595193.issue26284@psf.upfronthosting.co.za>
2016-02-07 14:08:38skrahlinkissue26284 messages
2016-02-07 14:08:38skrahcreate