visd / VISD-Badges

VISD Badges
Other
0 stars 0 forks source link

Memoize functions that return dictionaries #24

Open argybarg opened 11 years ago

argybarg commented 11 years ago

We are doing some dictionary lookups or manipulations many times in inner loops. Must figure out how to memoize.

argybarg commented 10 years ago

There is a @Memoize_Mutable function in custom.utils, but it's a cut-and-paste (from the Python Cookbook). May help, not sure.