Test case name | Result |
---|---|
Array.prototype.concat | |
Lodash concat | |
Array.prototype.push.apply() | |
spread operator | |
cached for + push | |
naive |
Test name | Executions per second |
---|---|
Array.prototype.concat | 6879886.5 Ops/sec |
Lodash concat | 2392302.8 Ops/sec |
Array.prototype.push.apply() | 3566665.0 Ops/sec |
spread operator | 0.0 Ops/sec |
cached for + push | 934247.2 Ops/sec |
naive | 1155059.5 Ops/sec |