Test name | Executions per second |
---|---|
Not empty lodash.head() | 4090233.0 Ops/sec |
Not empty [0] | 13024610.0 Ops/sec |
Empty lodash.head() | 4001272.2 Ops/sec |
Empty [0] | 12545923.0 Ops/sec |
[0] with check | 4506047.5 Ops/sec |
[0] with null check | 3339066.0 Ops/sec |