Test name | Executions per second |
---|---|
Array.concat | 24518.0 Ops/sec |
Array.prototype.concat.apply | 24727.4 Ops/sec |
Array.prototype.concat.apply short form | 24936.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 24866.0 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 24333.9 Ops/sec |