Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4839497.0 Ops/sec |
lodash get, empty input | 461014.8 Ops/sec |
destructuring with defaults, find item | 92679.6 Ops/sec |
lodash get, find item | 60333.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 7891673.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3931570.8 Ops/sec |
destructuring dynamic key | 92595.3 Ops/sec |
lodash dynamic key | 73464.0 Ops/sec |