On Feb 14, 10:19 am, Paul McGuire <pt...@austin.rr.com> wrote:
> If func is expensive, you could try memoizing it.  Then subsequent
> "calls" just do arg lookups.  Michele Simianato has posted a good
> memoizing decorator on the Python wiki.
>
> -- Paul

That's the trick! I almost forgot about that one. Thanks!
-Basilisk96
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to