[ol8_appstream] perl-Memoize-1.03-471.module+el8.6.0+20545+312b6629.noarch

Name:perl-Memoize
Version:1.03
Release:471.module+el8.6.0+20545+312b6629
Architecture:noarch
Module:perl:5.32:8060020211122091432:e82d91b1
Group:Unspecified
Size:83487
License:GPL+ or Artistic
RPM: perl-Memoize-1.03-471.module+el8.6.0+20545+312b6629.noarch.rpm
Source RPM: perl-5.32.1-471.module+el8.6.0+20545+312b6629.src.rpm
Build Date:Wed Apr 06 2022
Build Host:build-ol8-x86_64.oracle.com
Vendor:Oracle America
URL:https://www.perl.org/
Summary: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.

Changelog (Show File list) (Show related packages)