-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: replace Object assign with direct mutation in feature code (#5048)
Object.assign is very performance Heavy, when compared with direct assignment, and can easily be replaced with direct mutations in the creational functions. Since theese get called *a lot* when the data changes, especially with large amounts of data, the performance impact is quite huge. Co-authored-by: Günter Manz <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,846 additions
and
1,964 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
Oops, something went wrong.