How to memoize functions?
Fredrik Lundh
fredrik at pythonware.com
Fri Jun 27 19:18:02 CEST 2003
Roy Smith wrote:
> > Or, use a shelf instead of a dictionary.
>
> What's a shelf?
from shelve import Shelf
</F>
More information about the Python-list
mailing list