Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 124175720.0 Ops/sec |
lodash get, empty input | 2447570.8 Ops/sec |
destructuring with defaults, find item | 19835712.0 Ops/sec |
lodash get, find item | 1947559.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 46191116.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 45779812.0 Ops/sec |
destructuring dynamic key | 38863732.0 Ops/sec |
lodash dynamic key | 2311768.2 Ops/sec |