RE: [xsl] Efficiency: predicate vs function

Subject: RE: [xsl] Efficiency: predicate vs function
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 25 Jul 2007 16:14:33 +0100
> 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/

Current Thread