Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4568963.5 Ops/sec |
lodash get, empty input | 1017180.9 Ops/sec |
destructuring with defaults, find item | 994484.1 Ops/sec |
lodash get, find item | 501092.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1499461.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1720464.0 Ops/sec |
destructuring dynamic key | 1418951.2 Ops/sec |
lodash dynamic key | 742567.3 Ops/sec |