The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Memoize.pm"

Memoize - Make functions faster by trading space for time River stage three • 77 direct dependents • 304 total dependents

*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 tabl...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Memoize::Expire - Plug-in module for automatic expiration of memoized values River stage three • 77 direct dependents • 304 total dependents

Memoize::Expire is a plug-in module for Memoize. It allows the cached values for memoized functions to expire automatically. This manual assumes you are already familiar with the Memoize module. If not, you should study that manual carefully first, p...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Memoize::Storable - store Memoized data in Storable database River stage three • 77 direct dependents • 304 total dependents

See Memoize....

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Memoize::NDBM_File - glue to provide EXISTS for NDBM_File for Storable use River stage three • 77 direct dependents • 304 total dependents

This class provides EXISTS support for NDBM_File. In Perl 5.37.3 <https://github.com/Perl/perl5/commit/c0a1a377c02ed789f5eff667f46a2314a0 5c5a4c>, support for "EXISTS" was added to NDBM_File itself. Code which requires such a perl should simply use N...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use River stage three • 77 direct dependents • 304 total dependents

This class does the same thing as AnyDBM_File, except that instead of NDBM_File itself it loads Memoize::NDBM_File if NDBM_File lacks EXISTS support. Code which requires perl 5.37.3 or newer should simply use AnyBDM_File directly....

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC

Memoize::SDBM_File - DEPRECATED compability shim River stage three • 77 direct dependents • 304 total dependents

This class used to provide EXISTS support for SDBM_File before support for "EXISTS" was added to SDBM_File itself in Perl 5.6.0. Any code still using this class should be rewritten to use SBDM_File directly....

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC
6 results (0.017 seconds)