[Lxml-checkins] r42890 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Wed May 9 01:12:46 CEST 2007
Author: scoder
Date: Wed May 9 01:12:46 2007
New Revision: 42890
Modified:
lxml/trunk/doc/performance.txt
Log:
well
Modified: lxml/trunk/doc/performance.txt
==============================================================================
--- lxml/trunk/doc/performance.txt (original)
+++ lxml/trunk/doc/performance.txt Wed May 9 01:12:46 2007
@@ -527,7 +527,8 @@
but more visibly slower on ``iterparse()``: 0.07 versus 0.10 seconds.
However, tree iteration in lxml is increadibly fast, so it can be faster to
parse the whole tree and then iterate over it rather than using
- ``iterparse()`` to do both in one step.
+ ``iterparse()`` to do both in one step. Or, you can just rely on the lxml
+ authors to optimise iterparse in one of the next releases...
lxml.objectify
More information about the lxml-checkins
mailing list