Path to this page:
./
devel/p5-Memoize,
Transparently speed up functions by caching return values
Branch: pkgsrc-2010Q3,
Version: 1.01nb4,
Package name: p5-Memoize-1.01nb4,
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.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 5e4bb0eeadec5663f419013672757f263bc7d9a0
RMD160: 258b3ef47d7c7d5d0538bf154fbd1fccbef66691
Filesize: 46.382 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version p5-Memoize-1.01nb4 (created)