Test name | Executions per second |
---|---|
Not empty lodash.head() | 6226343.5 Ops/sec |
Not empty [0] | 17874888.0 Ops/sec |
Empty lodash.head() | 6093931.0 Ops/sec |
Empty [0] | 17465406.0 Ops/sec |
[0] with check | 6441745.0 Ops/sec |
[0] with null check | 4696940.5 Ops/sec |