[ol8_appstream] perl-Memoize-1.03-403.module+el8+5173+5d54a0c1.noarch

Name:perl-Memoize
Version:1.03
Release:403.module+el8+5173+5d54a0c1
Architecture:noarch
Module:perl:5.24:20190513090648:ee766497
Group:Unspecified
Size:83283
License:GPL+ or Artistic
RPM: perl-Memoize-1.03-403.module+el8+5173+5d54a0c1.noarch.rpm
Source RPM: perl-5.24.4-403.module+el8+5173+5d54a0c1.src.rpm
Build Date:Tue May 14 2019
Build Host:ca-build101.us.oracle.com
Vendor:Oracle America
URL:http://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)