Devsphere.com


Package com.devsphere.xml.benchmark

Contains the benchmark classes that allow you to compare the SAX, DOM and mixed SAX-DOM parsing methods.

See:
          Description

Class Summary
Main1 This is the main class that tests the SAX 1.0 and DOM Level 1 parsing and also their mix.
Main2 This is the main class that tests the SAX 2.0 and DOM Level 2 parsing and also their mix.
MainBase This is the base class for Main1 and Main2 and provides most of the functionality of the XML parsing benchmark.
 

Package com.devsphere.xml.benchmark Description

Contains the benchmark classes that allow you to compare the SAX, DOM and mixed SAX-DOM parsing methods.

Devsphere has used these classes to compare not only the parsing methods, but also different JDK versions with various versions of the Apache Xerces parser and the JAXP reference implementation. Time and used memory are measured and the scalability is studied.

Visit http://www.devsphere.com/xml/benchmark/index.html for charts, results and conclusions.


 Devsphere.com