RE: [xsl] XALAN-C++ Performance...

Subject: RE: [xsl] XALAN-C++ Performance...
From: "Vetle Roeim" <vro@xxxxxxxxxx>
Date: Thu, 30 May 2002 14:18:10 +0200
> Hi All,
> 
> Just want a confirmation regarding XALANC++'s  performance..
> 
> 1.  I am making XERCES DOM Tree
> 2.  Using ParserLiasion
> 3.  Using XercesDOMWrapperParsedSource
> 4.  Using Compiled Stylesheet (Compiled only once... in a single run)
> 5. Using Multithreading... Different threads trasnform ...and 
> out put the
> result
> 
> Kind of same thing had been achieved using SAXON. in Java.
> 
> Now transfomration time differs in Minutes....
> eg:
> 10,000 nodes transformed using SAXON in almost 5 mins.
> 10,000 nodes transformed using XALAN in almost 13 mins..
> ( 
>  
> Step by step execution revealed that 
> XalanTransformer.transform takes much time.
> 
> Any one can suggest idea to optimize or confirm if XALANC++ 
> really is that much slow.

here's a benchmark from 2001:
http://www.xml.com/pub/a/2001/03/28/xsltmark/results.html
it's more than a year old, and I don't know what's changed
since then..


vr

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread