xsl-list
[Top] [All Lists]

RE: [xsl] Efficiency: predicate vs function

2007-07-25 08:15:11
For some anecdotal evidence, when I had this exact 
requirement for the Sudoku Solver [1] and switched from 
$seq[position() > 1] to subsequence($seq, 2) the performance 
increase was significant.

I've run it with both variations and I'm seeing no significant difference at
all between the two cases.

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