Commit 2c257ec1ee03356abb49670ac7c1ddb34e404844

Daniel Veillard 2001-02-06T13:29:07

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