Test case name | Result |
---|---|
lodash/keyBy | |
keyBy with native reduce | |
keyBy with forEach | |
keyBy with for loop |
Test name | Executions per second |
---|---|
lodash/keyBy | 2727430.5 Ops/sec |
keyBy with native reduce | 3158707.2 Ops/sec |
keyBy with forEach | 2388515.8 Ops/sec |
keyBy with for loop | 3297318.2 Ops/sec |