Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2417806.0 Ops/sec |
lodash get, empty input | 706343.0 Ops/sec |
destructuring with defaults, find item | 699784.4 Ops/sec |
lodash get, find item | 395325.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 945533.9 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 996324.8 Ops/sec |
destructuring dynamic key | 696572.7 Ops/sec |
lodash dynamic key | 404867.2 Ops/sec |