[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Recursion performance (fibonacci numbers)

Subject: Re: Recursion performance (fibonacci numbers)
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 17 Jan 2006 09:44:57 +0000
fibonacci in java
> Or if you want timing information:
>
> java net.sf.saxon.Transform -t fibonacci2.xsl fibonacci2.xsl n=30
>
> though you need to be aware that for anything less than a second or two,
the
> timings will be meaningless as they are dominated by Java warm-up time.

If you use easytransformer (a graphical front end for Saxon) then the
timings below 2 seconds should be more accurate than from the command
line as it doesn't include java start up or stylesheet parsing - it
starts only when the transformation begins (when the XML is parsed).

http://sourceforge.net/projects/easytransformer

(easytransformer uses SaxonB 8.6.1, so an XSLT 1.0 stylesheet would be
running with an 2.0 processor, if that's significant.  In this case
you would ideally give the root matching template a name and then use
the "standalone" tab, so you dont have to apply the stylesheet to
itself)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.