[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xml-dev] What should TrAX look like? (Was: Re: [xml-dev] Article on JAXP 1.3 "Fast and Easy XML Processing")
> joins with O(N * min(N,M)).
Actually hash joins have expected time O(max(N,M) + min(N,M)).
Wolfgang.
|