Package perl-Memoize: Information

    Source package: perl-Memoize
    Version: 1.16-alt1
    Build time:  Feb 1, 2023, 10:08 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Perl functions speedup by caching return values
    Description: 
    `Memoizing' a function makes it faster by trading space for time.
    It does this by caching the return values of the function in a table.
    If you call the function again with the same arguments, memoize
    jumps in and gives you the value out of the table, instead of letting
    the function compute the value all over again.

    List of rpms provided by this srpm:
    perl-Memoize (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Alexey Tourbin
    qa-robot

      1. perl-DBM
      2. perl-Storable
      3. perl-devel

    Last changed


    Jan. 31, 2023 Igor Vlasenko 1.16-alt1
    - automated CPAN update
    Oct. 28, 2022 Igor Vlasenko 1.15-alt1
    - automated CPAN update
    Oct. 16, 2022 Igor Vlasenko 1.14-alt1
    - automated CPAN update