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

Search results for "module:Memoize::SDBM_File"

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

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
2 results (0.028 seconds)