Object.assign vs spread operator vs jQuery extend vs Manual Update| Test case name | Result |
|---|---|
| Object.assign | |
| spread operator | |
| jQuery extend | |
| Manual Update |
| Test name | Executions per second |
|---|---|
| ✓ Manual Update | 86,916,600 Ops/sec |
| spread operator | 10,108,732 Ops/sec |
| Object.assign | 4,463,206 Ops/sec |
| jQuery extend | 0 Ops/sec |