arabindamoni / wikixmlj

Automatically exported from code.google.com/p/wikixmlj
0 stars 0 forks source link

DOMParser runs out of memory #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
DOM Parser code runs out of memory for large dumps even in callback mode
despite of the "defer-node-expansion" option.

This is because the parse() method currently builds a Vector<WikiPage>
object. This can be avoided by a redesign of the WikiPageIterator class.

Original issue reported on code.google.com by delip...@gmail.com on 8 May 2009 at 6:08