[Lxml-checkins] r42932 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Wed May 9 13:33:21 CEST 2007
Author: scoder
Date: Wed May 9 13:33:20 2007
New Revision: 42932
Modified:
lxml/trunk/doc/performance.txt
Log:
small doc fix
Modified: lxml/trunk/doc/performance.txt
==============================================================================
--- lxml/trunk/doc/performance.txt (original)
+++ lxml/trunk/doc/performance.txt Wed May 9 13:33:20 2007
@@ -420,10 +420,10 @@
A while ago, Uche Ogbuji posted a `benchmark proposal`_ that would read in a
3MB XML version of the `Old Testament`_ of the Bible and look for the word
-*begat* in all verses. Apparently, it is contained in 120 of them. This is
-easy to implement in ElementTree using ``findall()``. However, the fastest
-way to do this is obviously ``iterparse()``, as most of the data is not of any
-interest.
+*begat* in all verses. Apparently, it is contained in 120 out of almost 24000
+verses. This is easy to implement in ElementTree using ``findall()``.
+However, the fastest way to do this is obviously ``iterparse()``, as most of
+the data is not of any interest.
.. _`benchmark proposal`: http://www.onlamp.com/pub/wlg/6291
.. _`Old Testament`: http://www.ibiblio.org/bosak/xml/eg/religion.2.00.xml.zip
More information about the lxml-checkins
mailing list