Array.prototype.concat vs spread operator vs PushFastest: Push (11.2x faster)
35,591,768 ops/sec
5,316,764 ops/sec
3,184,983 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 | |
| spread operator | |
| Push |
| Test name | Executions per second |
|---|---|
| ✓ Push | 20,275,772 Ops/sec |
| Array.prototype.concat | 4,152,718 Ops/sec |
| spread operator | 2,598,968 Ops/sec |