[Koha-bugs] [Bug 31602] New: Replace Try::Tiny with something faster

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 22 15:47:25 CEST 2022


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 at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list