perl-Memoize rpm build for : Fedora 24. For other distributions click perl-Memoize.
Name : perl-Memoize
| |
Version : 1.03
| Vendor : Fedora Project
|
Release : 371.fc24
| Date : 2017-06-30 16:32:32
|
Group : Development/Libraries
| Source RPM : perl-5.22.3-371.fc24.src.rpm
|
Size : 0.08 MB
| |
Packager : Fedora Project
| |
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.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/24/ppc64/p |
Content of RPM
Changelog
Provides
Requires
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
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
Requires :
Content of RPM :
/usr/share/man/man3/Memoize.3pm.gz
/usr/share/man/man3/Memoize::AnyDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Expire.3pm.gz
/usr/share/man/man3/Memoize::ExpireFile.3pm.gz
/usr/share/man/man3/Memoize::ExpireTest.3pm.gz
/usr/share/man/man3/Memoize::NDBM_File.3pm.gz
/usr/share/man/man3/Memoize::SDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Storable.3pm.gz
/usr/share/perl5/Memoize
/usr/share/perl5/Memoize.pm
/usr/share/perl5/Memoize/AnyDBM_File.pm
/usr/share/perl5/Memoize/Expire.pm
/usr/share/perl5/Memoize/ExpireFile.pm
/usr/share/perl5/Memoize/ExpireTest.pm
/usr/share/perl5/Memoize/NDBM_File.pm
/usr/share/perl5/Memoize/SDBM_File.pm
/usr/share/perl5/Memoize/Storable.pm