Author :
Daniel Veillard
Date :
2001-02-06 13:29:07
Hash :2c257ec1 Message :How to remove 20% of XSLT execution time in less than 20 lines of code
* xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
which removes a time consuming check of xmlXPathNodeSetAdd()
and use it in places where we are sure to not break unicity
Daniel