in reply to Re: Out of Memory
in thread Out of Memory
While parsing general XML with regular expressions can be fragile, parsing very specific XML can work well with regular expressions. But as the parser still seems to generate the complete data structure in memory instead of nibbling at columns and calling a callback whenever data is available, an event-based rewrite is still necessary.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Out of Memory
by vkon (Curate) on May 05, 2011 at 08:28 UTC |