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 scoder, serhiy.storchaka
Date 2015-12-16.12:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450270307.19.0.659331230306.issue25881@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes ElementTree serializing to xml and html formats a little faster. For example the write_utf8_parse_bytesIO test from lxml benchmark suite now is up to 5% faster, tostring_utf8 now is up to 9% faster.

Even with this patch, serializing ElementTree still is a weak link in comparison with lxml, it is 3-5 times slower.
History
Date User Action Args
2015-12-16 12:51:47serhiy.storchakasetrecipients: + serhiy.storchaka, scoder
2015-12-16 12:51:47serhiy.storchakasetmessageid: <1450270307.19.0.659331230306.issue25881@psf.upfronthosting.co.za>
2015-12-16 12:51:47serhiy.storchakalinkissue25881 messages
2015-12-16 12:51:46serhiy.storchakacreate