Test name | Executions per second |
---|---|
Not empty lodash.head() | 9673308.0 Ops/sec |
Not empty [0] | 22593522.0 Ops/sec |
Empty lodash.head() | 7450960.0 Ops/sec |
Empty [0] | 23026994.0 Ops/sec |
[0] with check | 1286170.1 Ops/sec |
[0] with null check | 3708356.2 Ops/sec |