Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) | |
for of |
Test name | Executions per second |
---|---|
Object.fromEntries | 187.1 Ops/sec |
Reduce (reuse object) | 410.9 Ops/sec |
Reduce (creating temporary objects) | 0.2 Ops/sec |
for of | 212.8 Ops/sec |