Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2059479.8 Ops/sec |
lodash get, empty input | 641042.1 Ops/sec |
destructuring with defaults, find item | 921459.6 Ops/sec |
lodash get, find item | 447172.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1286376.4 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1382759.0 Ops/sec |
destructuring dynamic key | 1159609.6 Ops/sec |
lodash dynamic key | 553393.9 Ops/sec |