Test case name | Result |
---|---|
Array.prototype.concat | |
Lodash concat | |
Array.prototype.push.apply() | |
spread operator | |
cached for + push |
Test name | Executions per second |
---|---|
Array.prototype.concat | 2305864.0 Ops/sec |
Lodash concat | 1113550.8 Ops/sec |
Array.prototype.push.apply() | 1096512.0 Ops/sec |
spread operator | 1659320.5 Ops/sec |
cached for + push | 424285.9 Ops/sec |