Test name | Executions per second |
---|---|
Not empty lodash.head() | 12528405.0 Ops/sec |
Not empty [0] | 29147418.0 Ops/sec |
Empty lodash.head() | 12979280.0 Ops/sec |
Empty [0] | 31781504.0 Ops/sec |
[0] with check | 10494830.0 Ops/sec |
[0] with null check | 8238854.0 Ops/sec |