-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: remove no-longer-needed misdirection for IdentifierCache lookup #7862
Conversation
Asset Size Report for 7f6f0bf Modern Builds EmberData increased by +75.0 B uncompressed but decreased by -68.0 B compressedWarningsChangeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ✅ EmberData shrank by -775.0 B (-67.0 B compressed)If any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for 7f6f0bf Scenario - materialization: ☑️ Performance is stable
Scenario - unload: ☑️ Performance is stable
Scenario - destroy: ✅ Performance improved
Scenario - add-children: ☑️ Performance is stable
Scenario - unused-relationships: ✅ Performance improved
|
This weak-map cache had been required when we had not yet activated the feature flag which added the
store.identifierCache
property, now that it is active we do not need the helper to access the cache.