RE: [xsl] Recursion performance (fibonacci numbers)

Subject: RE: [xsl] Recursion performance (fibonacci numbers)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 17 Jan 2006 08:26:20 -0000
> You can run the stylesheet as
> 
> java net.sf.saxon.Transform fibonacci2.xsl fibonacci2.xsl n=30
> 

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.

Michael Kay
http://www.saxonica.com/

Current Thread