15 Nov
2010
15 Nov
'10
8:08 a.m.
2010/11/15 Frédéric Demians <frederic@tamil.fr>:
And for those who want to run test by their self, here attached is my tests comparing pure Perl parsing and various SAX parser (which need to be installed):
XML::SAX::PurePerl XML::LibXML::SAX::Parser XML::SAX::Expat XML::SAX::ExpatXS
SAX parsing is done directly, without using MARC::File::XML in order to have raw figures. Parsing in MARC::File::XML should slow down a little bit but I can't say of what magnitude.
You could add the test using DOM also IE just XML::LibXML (Without the sax) which we now know is a lot faster :) Galen's tests essentially do the same thing, except with passing it through MARC::File::XML Chris Chris