You are here: Home / LBN / Up2date / Core Linux / BastionLinux 25 / perl-Memoize-1.03-436.lbn25.1.noarch

perl-Memoize-1.03-436.lbn25.1.noarch

Package Attributes
RPM  perl-Memoize-1.03-436.lbn25.1.noarch.rpm Architecture  noarch Size  83495 Created  2023/06/18 04:31:53 UTC
Package Specification
Summary Transparently speed up functions by caching return values
Group Unspecified
License GPL+ or Artistic
Home Page https://www.perl.org/
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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
Provides
perl(Memoize)
perl(Memoize::AnyDBM_File)
perl(Memoize::Expire)
perl(Memoize::ExpireFile)
perl(Memoize::ExpireTest)
perl(Memoize::NDBM_File)
perl(Memoize::SDBM_File)
perl(Memoize::Storable)
perl-Memoize
Conflicts
perl

Document Actions