Test name | Executions per second |
---|---|
Not empty lodash.head() | 4349619.0 Ops/sec |
Not empty [0] | 14327795.0 Ops/sec |
Empty lodash.head() | 4332197.5 Ops/sec |
Empty [0] | 14399511.0 Ops/sec |
[0] with check | 4504246.0 Ops/sec |
[0] with null check | 3402350.2 Ops/sec |