|
Re: Re[2]: Thought on future of XMLC: msg#00061java.enhydra.xmlc
Jake, Thanks for the pointer. However, this isn't quite the same as the LazyDOM. The event based processing in DOM4J is to handle the processing of large document by not keeping all of them in memory. Similar to SAX approach. What LazyDOM does is actually build a full DOM tree of the document in memory and provide copy on modification. In the XMLC programming model, a new document object is created, modified, and output. Without LazyDOM, a new document has to be built everytime. LazyDOM improve the performance by letting all document objects for the same document sharing the same DOM and only the modified nodes are copied in the particular instance. By doing so, time is saved in the construction of the tree and less node object creation in each of the new document. The conservation of memory is just a side effect. :) David On Thursday, Nov 21, 2002, at 02:04 Asia/Shanghai, Jacob Kjome wrote: Hello David,
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Thought on future of XMLC, David Li |
|---|---|
| Next by Date: | Re[4]: Thought on future of XMLC, Jacob Kjome |
| Previous by Thread: | Re[2]: Thought on future of XMLC, Jacob Kjome |
| Next by Thread: | Re[4]: Thought on future of XMLC, Jacob Kjome |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |