Package perl-Memoize: Information

  • Default inline alert: Version in the repository: 1.16-alt1

Source package: perl-Memoize
Version: 1.09-alt1
Latest version according to Repology
Build time:  Aug 2, 2022, 04:54 PM in the task #304657
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

ACL:
@cpan
@qa

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

Last changed


Aug. 2, 2022 Igor Vlasenko 1.09-alt1
- automated CPAN update
July 29, 2022 Igor Vlasenko 1.08-alt1
- automated CPAN update
July 25, 2022 Igor Vlasenko 1.05-alt1
- automated CPAN update