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
Original issue reported on code.google.com by
delip...@gmail.com
on 8 May 2009 at 6:08