Test name | Executions per second |
---|---|
Array.concat | 325681.1 Ops/sec |
Array.prototype.concat.apply | 283611.6 Ops/sec |
Array.prototype.concat.apply short form | 340843.5 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 368586.4 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 331827.7 Ops/sec |