kinoml icon indicating copy to clipboard operation
kinoml copied to clipboard

Revisit caching strategy

Open jaimergp opened this issue 4 years ago • 1 comments

Our current cache implementations rely on functools.lru_cache decorators, which admit a size keyword with the number of items to memoize. We can customize this (now hardcoded) value if we drop the decorator syntax sugar and decorate the memoized methods at __init__ "manually".

jaimergp avatar Aug 05 '20 10:08 jaimergp