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 amaury.forgeotdarc, kevinwatters, lemburg, loewis, pitrou
Date 2009-01-08.19:20:16
SpamBayes Score 0.415034
Marked as misclassified No
Message-id <1231442420.08.0.995016614065.issue4868@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds acceleration for latin1 and utf16 decoding as well. 

All three codecs (utf8, utf16, latin1) are now in the same ballpark
performance-wise on favorable input: on my machine, they are able to
decode at almost 1GB/s.

(unpatched, it is between 150 and 500MB/s. depending on the codec)
History
Date User Action Args
2009-01-08 19:20:20pitrousetrecipients: + pitrou, lemburg, loewis, amaury.forgeotdarc, kevinwatters
2009-01-08 19:20:20pitrousetmessageid: <1231442420.08.0.995016614065.issue4868@psf.upfronthosting.co.za>
2009-01-08 19:20:19pitroulinkissue4868 messages
2009-01-08 19:20:19pitroucreate