Test name | Executions per second |
---|---|
Not empty lodash.head() | 3006455.8 Ops/sec |
Not empty [0] | 7474544.0 Ops/sec |
Empty lodash.head() | 3155490.8 Ops/sec |
Empty [0] | 8660977.0 Ops/sec |
[0] with check | 3390544.5 Ops/sec |
[0] with null check | 2490687.8 Ops/sec |