in reply to Re: Benchmarks of XML Parsers
in thread Benchmarks of XML Parsers

Added XML::SAX::ExpatXS.

Replies are listed 'Best First'.
Re^3: Benchmarks of XML Parsers
by samtregar (Abbot) on Apr 29, 2009 at 03:57 UTC
    Cool. Looks like it's still the fastest SAX parser, but that doesn't help so much when you're trying to build a tree in memory. Much faster to do it directly.

    -sam