Re: [xsl] Seek ways to make my streaming XSLT code run faster (My streaming XSLT program has been running 12 hours and is only a quarter of the way to completion)

Subject: Re: [xsl] Seek ways to make my streaming XSLT code run faster (My streaming XSLT program has been running 12 hours and is only a quarter of the way to completion)
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Aug 2025 22:50:13 -0000
On 10/08/2025 00:39, Martin Honnen martin.honnen@xxxxxx wrote:
That should give you the same elements as your intent, but only
streaming once through the 5 millions records. The order of elements
in the result will be different perhaps, not sure whether it matters.


Perhaps, if the order matters but the result of the first transformation
is rather small , you can post-process it in a second transformation
step doing the sorting.

Current Thread