Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37421687
en ru br
ALT Linux repos
S:1.16-alt1
5.0: 1.01-alt2.1
4.1: 1.01-alt2.1
4.0: 1.01-alt2.1
3.0: 1.01-alt2.1

Group :: Development/Perl
RPM: perl-Memoize

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.16-alt1
Build date: 31 january 2023, 19:17 ( 63.5 weeks ago )
Size: 45.77 Kb

Home page:   http://search.cpan.org/dist/Memoize/

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Memoize
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin