Package perl-Memoize: Information

    Source package: perl-Memoize
    Version: 1.03-alt1
    Build time:  Sep 26, 2012, 12:10 PM
    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


    Sept. 26, 2012 Igor Vlasenko 1.03-alt1
    - automated CPAN update
    Sept. 19, 2011 Igor Vlasenko 1.02-alt1
    - automated CPAN update
    April 26, 2010 Alexey Tourbin 1.01-alt3
    - decoupled perl-Memoize-ExpireLRU