Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Manually copying properties | |
Create new object while copying | |
Create new object from scratch | |
JSON |
Test name | Executions per second |
---|---|
Using the spread operator | 31898190.0 Ops/sec |
Using Object.assign | 3078330.0 Ops/sec |
Manually copying properties | 705501184.0 Ops/sec |
Create new object while copying | 758132992.0 Ops/sec |
Create new object from scratch | 762595264.0 Ops/sec |
JSON | 584969.0 Ops/sec |