Test case name | Result |
---|---|
reduce with new object | |
fromEntries | |
reduce without new object | |
forEach | |
for |
Test name | Executions per second |
---|---|
reduce with new object | 10.2 Ops/sec |
fromEntries | 2744.8 Ops/sec |
reduce without new object | 4109.1 Ops/sec |
forEach | 4166.8 Ops/sec |
for | 2730.1 Ops/sec |