Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/p5-Memoize,
Transparently speed up functions by caching return values
Branch: CURRENT,
Version: 1.03nb7,
Package name: p5-Memoize-1.03nb7,
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]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 90c989112741f43d8abc37b5c270517c5cecf1f8
RMD160: 4a83a51799cf8956d514d9f1e3fea71a02142d93
Filesize: 45.924 KB
Version history: (Expand)
- (2020-09-05) Package deleted from pkgsrc
- (2020-09-01) Updated to version: p5-Memoize-1.03nb7
- (2019-08-11) Updated to version: p5-Memoize-1.03nb6
- (2018-08-22) Updated to version: p5-Memoize-1.03nb5
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: p5-Memoize-1.03nb4
CVS history: (Expand)