Test name | Executions per second |
---|---|
Array.concat | 1637340.5 Ops/sec |
Array.prototype.concat.apply | 1407759.0 Ops/sec |
Array.prototype.concat.apply short form | 1560825.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1203360.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1205535.2 Ops/sec |