./devel/p5-Memoize, Transparently speed up functions by caching return values

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q2, Version: 1.02nb2, Package name: p5-Memoize-1.02nb2, 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)