Re: Memoization in Python

2007-01-05 Thread Alec Mihailovs
"Gabriel Genellina" <[EMAIL PROTECTED]> wrote > > Nice. There is already a memoize decorator in the Python wiki: > http://wiki.python.org/moin/PythonDecoratorLibrary, you can get some ideas > from there. Using the functools module (2.5) or the decorator module by M. > Simoniato (http://www.phyas

Memoization in Python

2007-01-05 Thread Alec Mihailovs
): 4, (2, 2): 1, (4, 2): 6, (1, 0): 1, (1, 1): 1, (5, 3): 10} Alec Mihailovs http://mihailovs.com/Alec/ -- http://mail.python.org/mailman/listinfo/python-list