perl-Memoize - Transparently speed up functions by caching return values
| Website: | http://www.perl.org/ |
|---|---|
| License: | GPL+ or Artistic |
| Vendor: | Rocky |
- Description:
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.
Packages
| perl-Memoize-1.03-423.el8_10.1.noarch [117 KiB] |
Changelog
by RHEL Packaging Agent (2026-08-25):
- Fix CVE-2026-13221 - Don't create a regex trie that would overflow |
| perl-Memoize-1.03-423.el8_10.noarch [117 KiB] |
Changelog
by Jitka Plesnikova (2025-07-02):
- Fix CVE-2025-40909 - Clone dirhandles without fchdir - Fix test broken by update in zlib on s390x |