[ Все 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 ]
×

Пакет perl-Memoize-1.03-481.1.el9_6.noarch download

Имя perl-Memoize
Эпоха 0
Версия 1.03
Релиз 481.1.el9_6
Архитектура noarch
Сайт https://www.perl.org/
Лицензия GPL+ or Artistic
Время сборки 2025-08-05 11:27:22
Хост сборки certified-builder01.msvsphere-os.ru
Краткое описание Transparently speed up functions by caching return values
Репозитории Updates
Полное описание 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.
Эррата
Размер 59 КиБ
Исходный проект perl-5.32.1-481.1.el9_6
Контрольная сумма SHA-256 0c4d39b98f9613606d317bc0898db3fe1c26bc705e864cb788ede6a5aa381f4c
× Full screenshot
История изменений link
* Thu Jul 03 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481.1
- Fixes: CVE-2025-40909 - Clone dirhandles without fchdir

* Mon Nov 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-481
- Fixes: CVE-2023-47038