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

Search results for "module:Memoize::NDBM_File"

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 - 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::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
3 results (0.032 seconds)