https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26848
--- Comment #3 from Mason James <[email protected]> --- hi Julian i did a quick test with a modified eg/benchmark.pl script, which indicates that Readonly's performance is 10x with the Readonly::XS module installed https://metacpan.org/source/SANKO/Readonly-2.05/eg/benchmark.pl so, i think it's still a good idea to install Readonly::XS - do you agree? mason@xen1:~/g/cpan/readonly$ perl eg/benchmark2.pl Benchmark: timing 10000000 iterations of rotie, rotie_xs,... ... rotie: 4 wallclock secs ( 4.19 usr + 0.00 sys = 4.19 CPU) @ 2386634.84/s (n=10000000) rotie_xs: -1 wallclock secs ( 0.38 usr + 0.00 sys = 0.38 CPU) @ 26315789.47/s (n=10000000) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
