[XML-SIG] XML processing

Stefan Behnel stefan_ml at behnel.de
Sat Feb 14 22:37:13 CET 2009


Hi,

Josh English wrote:
> The only disadvantage I've run into is my implementation spends a lot
> of time parsing and over writing my XML data files, so that overhead
> is costly

Sounds like you should give lxml a try. It's about as fast as cElementTree
on parsing, but several times faster on serialisation.

http://codespeak.net/lxml/performance.html#parsing-and-serialising

Stefan



More information about the XML-SIG mailing list