[Koha-devel] Search Engine Changes : let's get some solr

Chris Cormack chris at bigballofwax.co.nz
Mon Nov 15 08:08:11 CET 2010


2010/11/15 Frédéric Demians <frederic at 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


More information about the Koha-devel mailing list