Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2385872.8 Ops/sec |
lodash get, empty input | 654691.0 Ops/sec |
destructuring with defaults, find item | 742545.3 Ops/sec |
lodash get, find item | 395405.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1125475.9 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1126993.9 Ops/sec |
destructuring dynamic key | 738598.4 Ops/sec |
lodash dynamic key | 392325.8 Ops/sec |