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

Search results for "module:Tie::Memoize"

Tie::Memoize - add data to hash when needed River stage five • 11292 direct dependents • 32664 total dependents

This package allows a tied hash to autoload its values on the first access, and to use the cached value on the following accesses. Only read-accesses (via fetching the value or "exists") result in calls to the functions; the modify-accesses are perfo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Tie::Memoize - add data to hash when needed River stage five • 11292 direct dependents • 32664 total dependents

This package allows a tied hash to autoload its values on the first access, and to use the cached value on the following accesses. Only read-accesses (via fetching the value or "exists") result in calls to the functions; the modify-accesses are perfo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Tie::PureDB - Perl extension for pure-db River stage zero No dependents

This is the perl interface to PureDB. If you wanna know what PureDB is, visit the PureDB home page at http://www.pureftpd.org/puredb/ . Now go read the examples ;)...

PODMASTER/Tie-PureDB-0.04 - 20 Apr 2003 22:35:44 UTC

Tie::Hash::Cache::MRU - a simple MRU cache with a TIEHASH interface River stage zero No dependents

Create a tied hash interface that memoizes only so many entries. Expiry is obtained by keeping two cache hashes, and throwing out the old one when the new one gets more than SIZE buckets filled. this is crude but effectively avoids all the bookkeepin...

DAVIDNICO/Tie-Hash-Cache-MRU-0.02 - 10 Dec 2004 21:32:09 UTC
4 results (0.031 seconds)