Sign In/My Account | View Cart  
advertisement
-->




Perl Resources | Topic: Programming

MiniMemoize
When you want a function to go faster, one strategy you can use is `caching'. This means that the function remembers what it has computed before, and if you ask it to compute the same thing over again, it jsut gives you back the result that it remembered instead of doing the work over again. `Memoize' is a perl module that automatically enables caching behavior on functions.


Sponsored By: