https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893
--- Comment #58 from David Gustafsson <[email protected]> --- (In reply to Mirko Tietgen from comment #56) > I am not necessarily a fan of dropping dependencies. I think it is part of > Perl to use other modules instead of reinventing everything. Regarding > Catmandu, the developers are very dedicated and we will profit from future > developments without investing Koha developer time, while a change to our > own solution might help with performance now but might not be touched again > for a long time. Ok, I had some issues upgrading the packages, so I included the latest versions in a custom lib directory instead using the "use lib" pragma. I these are the timings I got: Old versions (catmandu 1.0304, catmandu-marc 0.215, catmandu-store-elasticsearch 0.0507) real 2m2.277s user 1m8.052s sys 0m3.084s New versions: catmandu 1.09, catmandu-marc 0.09, catmandu-store-elasticsearch 0.0507) real 1m56.413s user 1m5.020s sys 0m2.848s Patch: real 0m44.444s user 0m21.784s sys 0m2.400s -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
