Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37559305
en ru br
ALT Linux repositórios
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 :: Desenvolvimento/Perl
RPM: perl-Memoize

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.01-alt2.1
Data da compilação: 19 fevereiro 2005, 03:54 ( 1001.1 weeks ago )
Tamanho:: 49.07 Kb

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

Licença: GPL or Artistic
Sumário: Perl functions speedup by caching return values
Descrição:

`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, C<memoize>
jumps in and gives you the value out of the table, instead of letting
the function compute the value all over again.

Mantenedor currente: Alexey Tourbin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Memoize
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009