FreeBSD.software
Home/devel/p5-Memoize

p5-Memoize

1.17devel

Transparently speed up perl functions by caching return values

`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.

$pkg install p5-Memoize
metacpan.org/release/Memoize
Origin
devel/p5-Memoize
Size
72.0KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
0 packages

Dependencies (1)