perl-Memoize
Automatically cache results of functions
SRPM: perl-Memoize-1.01-1.n0i.1.fc7.src.rpm SPEC: perl-Memoize.spec Version: 1.01 Release: 1.n0i.1.fc7 Epoch: License: Artistic Group: Development/Libraries Size: 49062 Packager: Marius Feraru <altblue@n0i.net> Vendor: n0i.net URL: http://search.cpan.org/dist/Memoize/ Date: Thu May 31 2007, 20:01 GMT
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.
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.
Changelog:
- Thu May 31 2007 Marius Feraru <altblue@n0i.net> - 0:1.01-1.n0i.1
- spec file (re)created using N0i::CPAN::RPMizer/1.14.8
- version 1.01
Files:
- Memoize-1.01.tar.gz
- perl-Memoize.spec
Requires:
- perl(ExtUtils::MakeMaker)
- reb00t-rpmdevtools
- rpmlib(CompressedFileNames)