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

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


Branch: pkgsrc-2018Q1, Version: 1.03nb4, Package name: p5-Memoize-1.03nb4, 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: 90c989112741f43d8abc37b5c270517c5cecf1f8
RMD160: 4a83a51799cf8956d514d9f1e3fea71a02142d93
Filesize: 45.924 KB

Version history: (Expand)