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

perf: add batch-signature to NotificationsManager #9667

Open
runspired opened this issue Feb 9, 2025 · 0 comments
Open

perf: add batch-signature to NotificationsManager #9667

runspired opened this issue Feb 9, 2025 · 0 comments
Labels
🏷️ perf PRs that improve performance in a notable way

Comments

@runspired
Copy link
Contributor

In #9654 (comment) I noted that we generate a notification per-field per-record in many situations (N * M). The cost of generating a unique notification is generally high on both compute and memory, if we change the signature to enable delivering a batch we can reduce that cost.

@github-project-automation github-project-automation bot moved this to needs triage in EmberData Feb 9, 2025
@runspired runspired added the 🏷️ perf PRs that improve performance in a notable way label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ perf PRs that improve performance in a notable way
Projects
Status: needs triage
Development

No branches or pull requests

1 participant