Test case name | Result |
---|---|
Array.prototype.filter | |
Destructure filter | |
For loop push | |
Array.from |
Test name | Executions per second |
---|---|
Array.prototype.filter | 709619.7 Ops/sec |
Destructure filter | 441090.3 Ops/sec |
For loop push | 569542.6 Ops/sec |
Array.from | 404770.8 Ops/sec |