Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4478367.0 Ops/sec |
lodash get, empty input | 935300.6 Ops/sec |
destructuring with defaults, find item | 1562783.6 Ops/sec |
lodash get, find item | 549577.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2099698.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2067775.2 Ops/sec |
destructuring dynamic key | 1477295.6 Ops/sec |
lodash dynamic key | 558854.2 Ops/sec |