-
-
Notifications
You must be signed in to change notification settings - Fork 850
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch only applies to `produce` calls that have a patch listener. - Removed the `diffKeys` function, which created 2 avoidable arrays. Now, the keys are diffed and processed in one pass. - For objects, the last loop over `proxy` has been removed. - Added fast paths for pre-existing keys when looking for added/removed object keys. - Avoid passing removed array values to `markChangesRecursively`. - Unwrap `state.assigned` as a local variable for fast access.
- Loading branch information
1 parent
241a648
commit 4dd6070
Showing
1 changed file
with
31 additions
and
35 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