Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4176961.2 Ops/sec |
lodash get, empty input | 904547.0 Ops/sec |
destructuring with defaults, find item | 3601490.8 Ops/sec |
lodash get, find item | 805108.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1927062.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1287047.9 Ops/sec |
destructuring dynamic key | 1759020.5 Ops/sec |
lodash dynamic key | 417586.0 Ops/sec |