xsl-list
[Top] [All Lists]

RE: Computational complexity of accessing the Nth item in a sequence and in a node-set

2005-01-03 15:41:34
probably not a direct reference, but by calling a function myLast()
that returns
       $sequence[last]

I want this to be calculated only once. My question was will it be
successful to use the

saxon:memo-function="yes" attribute 

on the definition of myLast()

I suspect that's not a good idea. Evaluating $seq[last] is probably much
faster than calculating the hash key to discover that the result is already
stored. Memo functions work best when the arguments are small.

As always, though, the only definitive answer is to measure it.

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>
--~--