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

Changes for version 1.15

  • Cleaner initialization logic in memoize(), with some added tests
  • No more double wrapping of memoized functions, at the cost of loading Scalar::Util
  • No more double stack frame and double return on threaded perls
  • No more loading Config.pm, though Scalar::Util is required instead
  • No more hash lookups in the wrapper
  • Slightly less internal memory use
  • Old history restored into Changes

Modules

Make functions faster by trading space for time
glue to provide EXISTS for AnyDBM_File for Storable use
Plug-in module for automatic expiration of memoized values
glue to provide EXISTS for NDBM_File for Storable use
DEPRECATED compability shim
store Memoized data in Storable database