in reply to Re^2: XML-Twig: more efficient tree processing
in thread XML-Twig: more efficient tree processing
An algorithm that is already started with XML::Twig probably cannot be changed now. There are two purposes for using other strategies ... to keep large structures out of memory, and to avoid the necessity of procedural logic within the Perl program to traverse them.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML-Twig: more efficient tree processing
by Anonymous Monk on Aug 08, 2012 at 13:42 UTC |