Test case name | Result |
---|---|
lodash/keyBy | |
keyBy with native reduce | |
keyBy with forEach | |
keyBy with for loop |
Test name | Executions per second |
---|---|
lodash/keyBy | 15819.7 Ops/sec |
keyBy with native reduce | 16394.2 Ops/sec |
keyBy with forEach | 14509.5 Ops/sec |
keyBy with for loop | 16662.9 Ops/sec |