[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Stylesheet optimisation

Subject: RE: Stylesheet optimisation
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 7 Dec 1999 09:53:41 -0000
stylesheet optimisation
> Do you think there is no possible
> way to boost performance and scalability of so-called "serious"
> stylesheets further than today's crop of processors?

No, I'm sure there are lots of improvements possible. It would be very rash
to think otherwise - after 30 years of relational databases there are still
people working on improved join algorithms - though there's definitely a law
of diminishing returns.

I suspect it splits into two sub-problems: simple stylesheets and complex
stylesheets. For simple stylesheets the challenge is to avoid doing all the
things that aren't necessary when the stylesheet is sufficiently simple
(perhaps like building the tree in memory). For complex stylesheets it's
some combination of all the things that we know about complex query
optimisation, compiler optimisation, and pattern matching.

In the middle ground I suspect there are a lot of stylesheets where
performance won't improve all that much from current levels. 

One of my concerns is that there are lots of things in XSLT (such as
numbering and elimination of duplicates) which currently have n-squared
performance. In some of these cases I think it's quite hard to detect the
cases where a more efficient algorithm is possible: the language itself
isn't declarative enough (or to put it another way, the declarative part of
the language is insufficiently powerful). But I'm not an expert on
optimisation so perhaps someone can correct me.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.