lodash merge vs object.assign vs spreadFastest: object.assign (20.1x faster)
41,407,752 ops/sec
37,410,100 ops/sec
2,059,794 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| lodash merge | |
| object.assign | |
| spread |
| Test name | Executions per second |
|---|---|
| ✓ object.assign | 23,179,496 Ops/sec |
| spread | 18,784,240 Ops/sec |
| lodash merge | 1,223,748 Ops/sec |