Test name | Executions per second |
---|---|
Array.concat | 1183380.8 Ops/sec |
Array.prototype.concat.apply | 825105.5 Ops/sec |
Array.prototype.concat.apply short form | 1238762.8 Ops/sec |
Array.prototype.concat.apply short form without new empty array instance in apply | 1303974.2 Ops/sec |
Array.prototype.concat.apply short form without new empty array at all | 1031320.9 Ops/sec |