Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Memoize | Distribution: CentOS |
Version: 1.03 | Vendor: CentOS |
Release: 480.el9 | Build date: Wed Jan 18 16:08:32 2023 |
Group: Unspecified | Build host: aarch64-03.stream.rdu2.redhat.com |
Size: 83491 | Source RPM: perl-5.32.1-480.el9.src.rpm |
Packager: builder@centos.org | |
Url: https://www.perl.org/ | |
Summary: 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.
GPL+ or Artistic
* Wed Jan 18 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-480 - Add definition of OPTIMIZE to .ph files, if optimizing is used (bug#2159759) * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4:5.32.1-479 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Aug 06 2021 Florian Weimer <fweimer@redhat.com> - 4:5.32.1-478 - Rebuild to pick up new build flags from redhat-rpm-config (#1984652) * Wed Jun 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-477 - Updated list of *.ph files (bug#1975106) * Thu May 27 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-476 - Added perl-autouse and perl-ExtUtils-MM-Utils to perl run-requires (BZ#1965295) * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4:5.32.1-475 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Mar 31 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-474 - Fix dumping a hash entry of PL_strtab type - Fix an arithmetic left shift of a minimal integer value (GH#18639) * Thu Mar 04 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-473 - Remove files excluded from dual-lived subpackages * Thu Mar 04 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-472 - Protect locale tests from LANGUAGE environment variable - Prevent the number of buckets in a hash from getting too large - Fix a memory leak when compiling a regular expression (GH#18604) * Tue Feb 09 2021 Petr Pisar <ppisar@redhat.com> - 4:5.32.1-471 - Make accessing environment by DynaLoader thread-safe - Use duplocale() if available - Fix fc() in Turkish locale - Fix croaking on "my $_" when "use utf8" is in effect (GH#18449) - Fix PERL_UNUSED_ARG() definition in XSUB.h - Add missing entries to perldiag (GH#18276) * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.32.1-470 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-469 - 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod> or release notes)
/usr/share/man/man3/Memoize.3pm.gz /usr/share/man/man3/Memoize::AnyDBM_File.3pm.gz /usr/share/man/man3/Memoize::Expire.3pm.gz /usr/share/man/man3/Memoize::ExpireFile.3pm.gz /usr/share/man/man3/Memoize::ExpireTest.3pm.gz /usr/share/man/man3/Memoize::NDBM_File.3pm.gz /usr/share/man/man3/Memoize::SDBM_File.3pm.gz /usr/share/man/man3/Memoize::Storable.3pm.gz /usr/share/perl5/Memoize /usr/share/perl5/Memoize.pm /usr/share/perl5/Memoize/AnyDBM_File.pm /usr/share/perl5/Memoize/Expire.pm /usr/share/perl5/Memoize/ExpireFile.pm /usr/share/perl5/Memoize/ExpireTest.pm /usr/share/perl5/Memoize/NDBM_File.pm /usr/share/perl5/Memoize/SDBM_File.pm /usr/share/perl5/Memoize/Storable.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 29 07:41:28 2024