| Test case name | Result |
|---|---|
| lodash/keyBy | |
| keyBy with native reduce | |
| keyBy with forEach | |
| keyBy with for loop |
| Test name | Executions per second |
|---|---|
| lodash/keyBy | 8060599.5 Ops/sec |
| keyBy with native reduce | 11192153.0 Ops/sec |
| keyBy with forEach | 8187847.5 Ops/sec |
| keyBy with for loop | 12332040.0 Ops/sec |