Array.prototype.concat vs Lodash concatFastest: Array.prototype.concat (2.8x faster)
12,217,082 ops/sec
4,362,041 ops/sec
Fastest: Array.prototype.concat (5.4x faster)
26,852,392 ops/sec
4,980,522 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| Lodash concat |
| Test name | Executions per second |
|---|---|
| ✓ Array.prototype.concat | 5,356,216 Ops/sec |
| Lodash concat | 2,657,949 Ops/sec |