Test case name | Result |
---|---|
lodash/keyBy | |
keyBy with native reduce | |
keyBy with forEach | |
keyBy with for loop | |
keyByReduce |
Test name | Executions per second |
---|---|
lodash/keyBy | 4995689.0 Ops/sec |
keyBy with native reduce | 6515550.5 Ops/sec |
keyBy with forEach | 3563646.5 Ops/sec |
keyBy with for loop | 5779602.5 Ops/sec |
keyByReduce | 1220464.9 Ops/sec |