Test name | Executions per second |
---|---|
Not empty lodash.head() | 4226915.5 Ops/sec |
Not empty [0] | 13083997.0 Ops/sec |
Empty lodash.head() | 4330912.5 Ops/sec |
Empty [0] | 13178521.0 Ops/sec |
[0] with check | 4457072.5 Ops/sec |
[0] with null check | 3403544.2 Ops/sec |