Re: [xsl] Efficently transposing tokenized data

Subject: Re: [xsl] Efficently transposing tokenized data
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Wed, 05 Nov 2008 17:04:59 +0100
Michael Kay schrieb:
In Saxon (a) grouping will actually build a hash table in memory, so
it uses more memory, and (b) indexing in the form $seq[integer] is a
constant-time operation, so the indexing approach should definitely be
better.

Thank you very much for that clarification.


Michael Ludwig

Current Thread