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

[Performance] ListenerSets could accumulate a large amount of equivalent checks #498

Open
bdunderscore opened this issue Jan 12, 2025 · 0 comments

Comments

@bdunderscore
Copy link
Owner

When evaluating a new instance of a compute context, we re-register anything that the old context was listening to. However, if we never actually invalidated the old context, this could result in infinitely increasing amounts of registered listeners. We need a way to force re-evaluation of which listeners are needed to keep the number of listeners under control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant