[ol8_appstream] perl-Memoize-1.03-404.module+el8.1.0+5399+8245a79b.noarch

Name:perl-Memoize
Version:1.03
Release:404.module+el8.1.0+5399+8245a79b
Architecture:noarch
Module:perl:5.24:8010020190529084201:ee766497
Group:Unspecified
Size:83283
License:GPL+ or Artistic
RPM: perl-Memoize-1.03-404.module+el8.1.0+5399+8245a79b.noarch.rpm
Source RPM: perl-5.24.4-404.module+el8.1.0+5399+8245a79b.src.rpm
Build Date:Sat Nov 09 2019
Build Host:jenkins-10-147-72-125-11590f9b-7638-47cb-8088-559344c0d855.appad1iad.osdevelopmeniad.oraclevcn.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)