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 amaury.forgeotdarc, doerwalter, lemburg, scoder, serhiy.storchaka
Date 2013-09-14.18:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379184834.24.0.196082110167.issue18059@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a totally rewritten patch, which builds decoding table at first request for encoding and save it in the cache. Decoding should be very fast.

Do you have large testing XML files with multibyte encodings? Could you please measure the time of parsing this files and for comparision the time of parsing this files encoded with utf-8 and utf-16?
History
Date User Action Args
2013-09-14 18:53:54serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, amaury.forgeotdarc, scoder
2013-09-14 18:53:54serhiy.storchakasetmessageid: <1379184834.24.0.196082110167.issue18059@psf.upfronthosting.co.za>
2013-09-14 18:53:54serhiy.storchakalinkissue18059 messages
2013-09-14 18:53:54serhiy.storchakacreate