Memoize::Once

Memoise expression on first execution
Download

Memoize::Once Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Andrew Main
  • Publisher web site:
  • http://search.cpan.org/~zefram/

Memoize::Once Tags


Memoize::Once Description

Memoise expression on first execution Memoize::Once is a Perl module that supplies an operator that causes an expression to be evaluated only once per program run, memoising its value for the remainder of the run.SYNOPSIS use Memoize::Once qw(once); $value = once(expensive_computation()); Requirements: · Perl


Memoize::Once Related Software