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

RE: Efficiency: predicate vs function

Subject: RE: Efficiency: predicate vs function
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 22 Jul 2007 21:21:21 +0100
RE:  Efficiency:  predicate vs function
> For example, to return a sequence of all items but the last [sic: first], 
> which of the following is better?
> 
> $x[ position() > 1 ]
> 
> or
> 
> remove( $x , 1 )
> 

It's impossible to say in general, it's processor-dependent. Saxon compiles
both of these into exactly the same code, effectively an expression
tail($x). This construct is specially recognized at run-time to avoid
copying the sequence unnecessarily.

Use saxon:explain="yes" if you're interested in details of how Saxon has
compiled the code.

Michael Kay
http://www.saxonica.com/

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.