Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3022457.8 Ops/sec |
lodash get, empty input | 635424.6 Ops/sec |
destructuring with defaults, find item | 883362.6 Ops/sec |
lodash get, find item | 412960.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1112056.4 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1222991.9 Ops/sec |
destructuring dynamic key | 931028.2 Ops/sec |
lodash dynamic key | 412197.0 Ops/sec |