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 scoder
Recipients docs@python, eric.araujo, ezio.melotti, fdrake, loewis, pitrou, scoder
Date 2011-11-29.16:26:22
SpamBayes Score 0.015013648
Marked as misclassified No
Message-id <4ED507A2.5000004@users.sourceforge.net>
In-reply-to <1322580395.84.0.75986901515.issue11379@psf.upfronthosting.co.za>
Content
Ezio Melotti, 29.11.2011 16:26:
>> Seriously, minidom is widely known for being extremely slow and
>> extremely memory hungry. And that is backed by basically any benchmark
>> that has ever been done on the subject.
>
> Do you have any link?

I just did a quick Google search for "python minidom benchmark" and found 
these:

http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Python/xml-matters/page2.html

http://effbot.org/zone/celementtree.htm#benchmarks

http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/

Note that all three authors risk being biased, but given how similar the 
results are, I tend to believe them.

Stefan
History
Date User Action Args
2011-11-29 16:26:23scodersetrecipients: + scoder, loewis, fdrake, pitrou, ezio.melotti, eric.araujo, docs@python
2011-11-29 16:26:23scoderlinkissue11379 messages
2011-11-29 16:26:22scodercreate