This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XALAN-C++ Performance...


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.

Regards
Asif.


 







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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]