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

feat(computed): deref cache value on invalidation #2467

Closed
wants to merge 2 commits into from

Conversation

antfu
Copy link
Member

@antfu antfu commented Oct 23, 2020

With a similar motivation as #2389. While #2389 is trying to provide an explicit way to clean up, this PR makes it auto clean up the computed cache value on invalidation. Should improve memory usage on large and dynamic data sets.

@yyx990803 yyx990803 added the 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants