[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] How is memory allocated in recursive XSLT templates?
Subject: RE: [xsl] How is memory allocated in recursive XSLT templates?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 2 May 2007 22:03:30 +0100
|
> It could be the memory space available to hold the longest
> number is limited, and not particularly the recursive depth.
> Although I could be wrong, because I know little.
Saxon uses Java's BigInteger. Arithmetic performance will become impossibly
slow long before you hit the size limits on a BigInteger.
Michael Kay
http://www.saxonica.com/
|