Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: MemoizeTrait #7

Merged
merged 5 commits into from
Jan 7, 2025
Merged

Feature: MemoizeTrait #7

merged 5 commits into from
Jan 7, 2025

Conversation

defunctl
Copy link
Contributor

@defunctl defunctl commented Jan 6, 2025

Main Changes

This adds a MemoizeTrait for use in existing classes where you want a convenient way to add Memoization while ensuring no cross-talk/key collisions between objects.

@defunctl defunctl added the enhancement New feature or request label Jan 6, 2025
@defunctl defunctl added this to the 1.2.0 milestone Jan 6, 2025
@defunctl defunctl requested a review from borkweb January 6, 2025 17:09
@defunctl defunctl self-assigned this Jan 6, 2025
Copy link
Member

@borkweb borkweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I like this approach as an option!

@defunctl defunctl merged commit d58a44c into main Jan 7, 2025
7 checks passed
@defunctl defunctl deleted the feature/memoize-trait branch January 7, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants