Test name | Executions per second |
---|---|
Array.prototype.filter | 377392.8 Ops/sec |
for loop & Array.prototype.push | 220785.5 Ops/sec |
_.filter with function | 445180.9 Ops/sec |
_.filter with array predicate | 755200.9 Ops/sec |
_.filter with object predicate | 618393.7 Ops/sec |
_.remove with function | 499152.2 Ops/sec |
_.remove with array predicate | 763973.7 Ops/sec |
_.remove with object predicate | 666020.7 Ops/sec |
Array.prototype.forEach & Array.prototype.push | 449899.2 Ops/sec |