Built for Speed
The XML parser in the XML Toolkit is the fastest Java XML parser available. We've tested against the best XML parsers in all categories from DOM to XPP, SAX and Saxon. As the results below illustrate, our XML parser can parse and query documents significantly faster than any other. Don't take our word for it. Evaluate SOA Toolkits and try it for yourself.
Document Parse + Query Tests
Throughput (Kbytes/s)
|
|
* We found Javolution to be the fastest XPP parser and Piccolo to be the fastest SAX parser. Results from other parsers such as those offered with the SUN JDK are not included because they performed significantly slower than the parsers shown here.
Neither SAX nor XPP are in memory parsers. Because of this, developers must create their own custom content handler objects. This can make development more expensive in terms of time, complexity, and maintainability. However, if you must parse large documents (e.g. > 10M) SAX and XPP are often your best and only option because the XML does not remain in memory.
|
|