xsl-list
[Top] [All Lists]

Re: [xsl] Efficently transposing tokenized data

2008-11-05 11:05:37
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

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