Test name | Executions per second |
---|---|
Array.concat | 1169230.6 Ops/sec |
Array.prototype.concat.apply | 1162716.2 Ops/sec |
Array.prototype.concat.apply short form | 1300526.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1372013.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1296754.6 Ops/sec |