Test case name | Result |
---|---|
native built-in filter | |
native logic for filter, map | |
using forEach | |
lodash chain | |
lodash not chain |
Test name | Executions per second |
---|---|
native built-in filter | 699.1 Ops/sec |
native logic for filter, map | 50.9 Ops/sec |
using forEach | 1825.8 Ops/sec |
lodash chain | 439.0 Ops/sec |
lodash not chain | 452.6 Ops/sec |