http://www.perlmonks.org?node_id=1072572


in reply to Is it wiser to move on from XML::Simple to XML::Compile

https://metacpan.org/pod/XML::SAX::ExpatXS is super duper fast at the cost of some syntax sugar.

Three thousand years of beautiful tradition, from Moses to Sandy Koufax, you're god damn right I'm living in the fucking past

Replies are listed 'Best First'.
Re^2: Is it wiser to move on from XML::Simple to XML::Compile
by mohan2monks (Beadle) on Jan 30, 2014 at 07:05 UTC

    It is already covered here XML::Simple Benchmarks with various backends

    Added to my list

    ---------- perl ---------- Rate xmlcompile xmlsimpleExpatXS xmlsimpleParser xm +lbare xmlfast libxml xmlcompile 50.6/s -- -50% -65% + -97% -97% -97% xmlsimpleExpatXS 101/s 100% -- -30% + -94% -94% -94% xmlsimpleParser 144/s 186% 43% -- + -91% -92% -92% xmlbare 1632/s 3127% 1516% 1029% + -- -10% -11% xmlfast 1814/s 3487% 1696% 1156% + 11% -- -1% libxml 1835/s 3529% 1717% 1170% + 12% 1% -- Normal Termination Output completed (1 min 15 sec consumed).
    Still searching....