Test name | Executions per second |
---|---|
Using the spread operator | 59948124.0 Ops/sec |
Using Object.assign | 8095976.0 Ops/sec |
Manually copying properties | 600185920.0 Ops/sec |
Create new object while copying | 628089408.0 Ops/sec |
Create new object from scratch | 1039647552.0 Ops/sec |