Test case name | Result |
---|---|
Object.fromEntries (with transform data) | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries (with transform data) | 2380.9 Ops/sec |
Reduce (reuse object) | 3254.3 Ops/sec |
Reduce (creating temporary objects) | 109.7 Ops/sec |