2010/11/15 Frédéric Demians <[email protected]>: > 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 _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
