Test case name | Result |
---|---|
Filter length | |
lodash sumBy | |
lodash filter chaining | |
manualMethod1 | |
manualMethod2 (with lambda function test) | |
manualMethod3 (for-each loop, with lambda function test) |
Test name | Executions per second |
---|---|
Filter length | 3658686.2 Ops/sec |
lodash sumBy | 4611254.0 Ops/sec |
lodash filter chaining | 1018792.1 Ops/sec |
manualMethod1 | 6866455.5 Ops/sec |
manualMethod2 (with lambda function test) | 6364288.0 Ops/sec |
manualMethod3 (for-each loop, with lambda function test) | 4468476.5 Ops/sec |