Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) | |
Map | |
Custom implementation |
Test name | Executions per second |
---|---|
Object.fromEntries | 378.8 Ops/sec |
Reduce (reuse object) | 2161.1 Ops/sec |
Reduce (creating temporary objects) | 0.5 Ops/sec |
Map | 926.0 Ops/sec |
Custom implementation | 2113.4 Ops/sec |