XML::Simple doesn't do any parsing. It uses one of many parsers. Many users of XML::Simple use XML::SAX::PurePerl as their parser, the slowest of the bunch. (And it has problems with encodings.) According to my tests (which I don't have handy), XML::Simple is fastest when you have it use XML::Parser. XML::LibXML is much faster yet.
In reply to Re: Fastest XML parser that can run under ActivePerl on Windows?
by ikegami
in thread Fastest XML parser that can run under ActivePerl on Windows?
by Xenofur
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |