Searched defs:memoize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm9 # write to mjd-perl-memoize+@plover.com for a license.
22 # Usage memoize(functionname/ref,
32 @EXPORT = qw(memoize);
46 sub memoize { subroutine
53 croak "Usage: memoize 'functionname'|coderef {OPTIONS}";
179 carp("TIE option to memoize() is deprecated; use HASH instead")
366 memoize('slow_function');
372 memoize(function, options...);
393 If you call the function again with the same arguments, C<memoize>
418 This function is a good candidate for memoization. If you memoize th
[all...]

Completed in 32 milliseconds