-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When eIds are re-written, we can have hundreds of attribute modification mutations. These are slow when processed individually. Instead, we process them as a group. After we find first mutation we find in the list that impacts a component, we can stop processing the remainder. In the common case, bulk attribute modifications happen after the tree is modified by a node change; so the first change in the list is a node change. In many cases this causes the editors to update and so the attribute modifications are ignored completely.
- Loading branch information
1 parent
ddac8b4
commit aa8314c
Showing
4 changed files
with
82 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters