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 lemburg, loewis, pitrou
Date 2009-01-08.03:03:41
SpamBayes Score 0.06866747
Marked as misclassified No
Message-id <1231383823.05.0.423526273341.issue4868@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening and attaching a more ambitious patch, based on the
optimization of runs of ASCII characters. This time the speedup is much
more impressive, up to 75% faster on pure ASCII input -- actually faster
than latin1.

The worst case (tight interleaving of ASCII and non-ASCII chars) shows a
8% slowdown.

(performance measured with gcc and MSVC)
History
Date User Action Args
2009-01-08 03:03:43pitrousetrecipients: + pitrou, lemburg, loewis
2009-01-08 03:03:43pitrousetmessageid: <1231383823.05.0.423526273341.issue4868@psf.upfronthosting.co.za>
2009-01-08 03:03:42pitroulinkissue4868 messages
2009-01-08 03:03:42pitroucreate