Fedora Packages

perl-Memoize Subpackage of perl

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.16-506.fc40 -
Fedora 40 1.16-506.fc40 -
Fedora 39 1.16-502.fc39 -
Fedora 38 1.03-498.fc38 -
File a new bug report »
Package Info
  • Upstream: https://www.perl.org/
  • License(s): GPL-1.0-or-later OR Artistic-1.0-Perl
  • Maintainers: jplesnik, corsepiu, iarnell, ppisar, psabata, spot, rhughes, alexl, caolanm, mspacek

Related Packages

You can contact the maintainers of this package via email at perl dash maintainers at fedoraproject dot org.



Sources on Pagure