FreeBSD.software
Home/devel/p5-Memoize

p5-Memoize

1.17

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.

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

Dependencies (1)

More in devel