This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: saxon vs. dom4j, memory mgt


> How is SAXON vs dom4j in memory management?  I'll be working
> on some pretty
> large XML documents.

You're not comparing like with like, Saxon is an XSLT processor and DOM4J
isn't. (Though looking at it, I see it has adopted a pattern-based
event/action model very similar to the original pre-XSLT Saxon processing
model).

I haven't actually studied how DOM4J stores its trees, but looking at the
specs it appears that each node is a Java object, in which case the Saxon
tinytree model is almost certainly smaller.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]