-
-
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: relationship cleanup #8130
Conversation
Asset Size Report for bf688fc Modern Builds ✅ EmberData shrank by -1.31 KB (-157.0 B compressed)WarningsChangeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ☑️ EmberData has not changed in sizeIf any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for bf688fc Scenario - basic-record-materialization: ☑️ Performance is stable
Scenario - relationship-materialization-simple: ✅ Performance improved
Scenario - relationship-materialization-complex: ☑️ Performance is stable
Scenario - unload: ☑️ Performance is stable
Scenario - unload-all: ☑️ Performance is stable
Scenario - destroy: ☑️ Performance is stable
Scenario - add-children: ☑️ Performance is stable
Scenario - unused-relationships: ☑️ Performance is stable
|
Some minor refactoring to the relationship layer to better prepare it for lazy-calcs and diff-storage. Somewhat a recreation of the early parts of #7521