Hi, What I would like to know is that whether any profiling has been performed on the Xerces-C code.
1. If it has been done, then are those results published somewhere ? 2. What kind of XML data was used while testing ? 3. Are there any memory leaks in the code ? 4. Are there performance bottle necks in parts of the code ? 5. Also the Xerces Source is very large and contains a lot of utility and misc classes (ICU, etc). Assume I only want to use the SAX Parser functionality from the Xerces suite. Can I compile the sources so as to reduce the size of the generated libraries, or get more optimum performance ? In short can I get a highly optimized SAX Parser from Xerces ? There are a lot of performance figures on the net ( XSLTMark, XSLBench ), but these are mostly related to XSL ( Xalan-J, Xalan-C, etc ). Some how there is no mention of performance Issues related to Xerces-C. Would it be possible for the Apache Xerces-C group to publish the performance related testing performed on Xerces-C ? Thanks and Regards Masaoud P.S. : Merry Christmas and Happy New Year.