Test name | Executions per second |
---|---|
Not empty lodash.head() | 3853106.5 Ops/sec |
Not empty [0] | 9922707.0 Ops/sec |
Empty lodash.head() | 3907436.5 Ops/sec |
Empty [0] | 10276927.0 Ops/sec |
[0] with check | 3518933.2 Ops/sec |
[0] with null check | 2487194.5 Ops/sec |