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 | 9017444.0 Ops/sec |
Lodash concat | 3269537.5 Ops/sec |
Array.prototype.push.apply() | 2262126.5 Ops/sec |
spread operator | 0.2 Ops/sec |
cached for + push | 1720424.1 Ops/sec |