From: <[EMAIL PROTECTED]>
> You mentioned that the current Pull Parser is a little slow. I think its
> performance could be reaised if Boyer-Moore Algorithm for String Search is
use.
> What do you think?

It could be, I'm not that sure.

The pull parser isn't that slow, its only a bit slower than SAX (and SAX has
been tuned *alot*) so a bit more tuning could get the pull parser on a level
performance.

Though where pull parser really shines is in XML messaging scenarios, where
often reading the headers of the message may well be enough, there's often
no need to parse all of the body.


> Both sounds cool. Let me view castor and I inform you if it would be a
good
> platform for dom4j longterm persistence. Wouldn't  a mapping form XML
Query
> to OQL (supported by JDO) not also interesting?

That'd certainly be interesting.

Certainly if there were standard mapping from (say) XML Schema to a
relational schema then some kind then a mapping of XPath to SQL conversion
would be *really* cool.

James



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to