You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/04/30 16:36:16 UTC

sax/dom threaded/unthreaded timings

Pre-sax:
   xml-axis:    10,672 (total) 1,591 (w/o overhead)

Sax-threaded:
   xml-axis:    11,481 (total) 7,527 (w/o overhead)

Sax-unthreaded:
   xml-axis:    10,090 (total) 6899 (w/o overhead)

I interpret this to meant that Axis is now faster with SAX than it was with
DOM.  Furthermore, more of the time is spent in places where we can
optimize.

All numbers using Xerces-1 and the latest code from CVS.

- Sam Ruby