The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Memoize::Storable"

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

See Memoize....

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

Memoize - Make functions faster by trading space for time River stage three • 78 direct dependents • 308 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::NDBM_File - glue to provide EXISTS for NDBM_File for Storable use River stage three • 78 direct dependents • 308 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 • 78 direct dependents • 308 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

CHI::Memoize - Make functions faster with memoization, via CHI River stage one • 1 direct dependent • 6 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 tab...

JSWARTZ/CHI-Memoize-0.07 - 13 Aug 2014 12:34:07 UTC

Git::SVN::Memoize::YAML - store Memoized data in YAML format River stage two • 11 direct dependents • 19 total dependents

This module provides a class that can be used to tie a hash to a YAML file. The file is read when the hash is initialized and rewritten when the hash is destroyed. The intent is to allow Memoize to back its cache with a file in YAML format, just like...

MSOUTH/Git-0.42 - 10 Oct 2017 00:27:47 UTC
6 results (0.035 seconds)