 |
 |
 |
> Kay Michael wrote:
>
> > A B C D E
> > Saxon 5.2, Sun 9.4 15.9 19.3 20.1 5.3
> > Saxon 5.2, MS 4.9 9.5 11.8 12.9 20.0
> > Saxon 5.3, Sun 7.3 12.3 18.4 18.0 5.8
> > Saxon 5.3, MS 3.1 5.2 19.0 10.8 19.8
>
> Is this with the JIT enabled??
Yes.
Just to update the picture for anyone who is interested, I've pinned down
the anomalous behaviour of stylesheet E to to format-number() function. On
Microsoft, the cost of this is linear: 1000 calls take 2163 ms, 16000 calls
take 33167 ms. With SUN (now using JRE 1.3 - thanks for the tip) it's better
than linear: 1000 calls take 621 ms, 16000 calls take 3265 ms, 128000 calls
take 19989 ms.
format-number() is implemented using Java classes DecimalFormatSymbols and
DecimalFormat. I guess SUN are somehow remembering that the same format
pattern is used each time. Don't know how they do it, but it points to
another area for possible tuning.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |