xsl-list
[Top] [All Lists]

RE: Recursion performance (fibonacci numbers)

2006-01-17 01:26:20
 

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/




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>