Memoize 1.3.1

It uses hash tables to perform caching.If a method is called again with the same arguments, memoize will give the value from the table instead of letting the method compute the value again.If a file is provided, the results are cached to that file.What is...

Recommended Software for Web