Path to this page:
./
devel/p5-Memoize,
Transparently speed up functions by caching return values
Branch: pkgsrc-2012Q2,
Version: 1.02,
Package name: p5-Memoize-1.02,
Maintainer: pkgsrc-users`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>
jmups in and gives you the value out of the table, instead of letting
the function compute the value all over again.
Master sites: (Expand)
SHA1: e737c7b8be4fedf3849298efd16e6aab35bd4579
RMD160: ed9cfbbd13c3ebef97bf4a14dd4b380dd71cd9eb
Filesize: 45.986 KB
Version history: (Expand)
- (2012-07-05) Package added to pkgsrc.se, version p5-Memoize-1.02 (created)