Transparently speed up functions by caching return values
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, memoize jumps in and gives you the value out of the table, instead of letting the function compute the value all over again.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.03-482.fc36 | - |
Fedora 35 | 1.03-481.fc35 | - |
Fedora 34 | 1.03-474.fc34 | - |
You can contact the maintainers of this package via email at
perl dash maintainers at fedoraproject dot org
.