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 barry, cainmatt, dmbaggett, pitrou, r.david.murray, serhiy.storchaka
Date 2012-10-22.18:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350931504.23.0.082551888918.issue5803@psf.upfronthosting.co.za>
In-reply-to
Content
3.2+ already use StringIO, there is no nonlinearity. On 2.7 I couldn't find the nonlinearity with the texts of up to 100 MB.

Therefore the path outdated as bugfix.

However it shows 20-30x speedup on 2.7. It would be worth port it to 3.4. This will be a significant enhancement (if the patch can preserve the current semantics).
History
Date User Action Args
2012-10-22 18:45:04serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, dmbaggett, r.david.murray, cainmatt
2012-10-22 18:45:04serhiy.storchakasetmessageid: <1350931504.23.0.082551888918.issue5803@psf.upfronthosting.co.za>
2012-10-22 18:45:04serhiy.storchakalinkissue5803 messages
2012-10-22 18:45:04serhiy.storchakacreate