CozySynthesizer / cozy

The collection synthesizer
https://cozy.uwplse.org
Apache License 2.0
209 stars 18 forks source link

Replace memoize with Python3 lru_cache #7

Closed seizethedave closed 7 years ago

seizethedave commented 7 years ago

echoing comment in common.py:

def memoize(f):
    # Someday if we upgrade to Python 3 this can be replaced with
    # functools.lru_cache(...).
Calvin-L commented 7 years ago

👍