xsl-list
[Top] [All Lists]

RE: [xsl] Merging elements within a range using a key

2006-05-02 05:31:24
Mike

 Keys can only perform an equality test, not a range test.
That is the conclusion I was arriving at!


 the only way to improve
this - to make it O(C+R) rather than O(C*R) - is to hand-code a sort-merge join.
Since rows and categories are already sorted, this is probably the best thing to do.

Thanks,
Mike B

_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--