https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31602 Bug ID: 31602 Summary: Replace Try::Tiny with something faster Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org This article shows Syntax::Keyword::Try being the fastest try/catch implementation for Perl: http://blogs.perl.org/users/diab_jerius/2017/04/how-fast-can-you-try.html It was written in 2017. I wonder if it's worth finding the current fastest try/catch implementation for Perl considering how we are widely and increasingly using try/catch blocks in Koha. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.