[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Memoize-1.03-481.el9.noarch download

Name perl-Memoize
Epoch 0
Version 1.03
Release 481.el9
Architecture noarch
Website/URL https://www.perl.org/
License GPL+ or Artistic
Build Time 2024-03-29 15:21:45
Build Host builder-x86-03.inferitos.ru
Summary Transparently speed up functions by caching return values
Repositories AppStream
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.
Errata INFSA-2024:2228
Size 59 KiB
Source Project perl-5.32.1-481.el9
SHA-256 checksum bc119ff21fc144d5fe9f77f35f46b3a7cc30e1266f8fd540111e076d8480e903
× Full screenshot
Changelog link
* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4:5.32.1-480
- Rebuilt for MSVSphere 9.2 beta

* 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)