Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Memoize - Transparently speed up functions by caching return values
- 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-418.aldos.noarch
[113 KiB] |
Changelog
by Joel Barrios (2025-08-17):
- Sync patches with AlmaLinux.
- Fix CVE-2025-40909 - Clone dirhandles without fchdir
- Fix test broken by update in zlib on s390x
- Add definition of OPTIMIZE to .ph files, if optimizing is used
(bug#2152012)
- Fix a memory leak when compiling a regular expression with a non-word
class (bug #2014981)
- Fix _resolv return value in Net-Ping (bug #1973030)
- Fix CVE-2020-10543 (bug #1839273)
- Fix CVE-2020-10878 (bug #1839276)
- Fix a file mode of a perl-example.stp example (bug #1913693)
- Fix CVE-2020-12723 (bug #1839279)
- Fix Time-Local tests to pass after year 2019 (bug #1807120)
- Run-require perl(Encode) by perl-libs (bug #1903503)
|