in reply to Is it wiser to move on from XML::Simple to XML::Compile
XML::Compile does not belong in this list: it interprets the output of XML::LibXML, where the other modules are mainly only parsers.
Have a look at XML::LibXML::Simple, which is XML::Simple based on XML::LibXML. How does that compare? And XML::Twig?
It seems your benchmark hits some other resource limit for XML::Fast/XML::LibXML. Probably you need a larger XML source in memory to compare the three fasters parsers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is it wiser to move on from XML::Simple to XML::Compile
by mohan2monks (Beadle) on Jan 27, 2014 at 09:48 UTC | |
by markov (Scribe) on Jan 27, 2014 at 10:57 UTC |