-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Specifically: @cached_property, for memoization (instead of this pattern, which is all over the place) and @lru_cache probably on #extract() instead of our cache implementation.
Note that where metaclasses are used, we probably need to combine @property and @cache as explained in the @cached_property docs.
Metadata
Metadata
Assignees
Labels
No labels