[lxml-dev] Faster parsing!
Stefan Behnel
stefan_ml at behnel.de
Tue Apr 22 20:17:28 CEST 2008
Hi,
Stefan Behnel wrote:
> here is a patch against libxml2 2.6.32 that replaces
> the hash function of the internal hash table implementation by one that I
> found on the web
a cleaned up version of this patch will be integrated into libxml2 2.6.33. It
won't make a difference for those who parse 'only' HTML or other single
languages with a somewhat small vocabulary (tags/attributes), but if you parse
many different types of XML documents (XSD, XSLT, your language, ...), you
will notice a difference.
Stefan
More information about the lxml-dev
mailing list