Test name | Executions per second |
---|---|
Not empty lodash.head() | 3670501.5 Ops/sec |
Not empty [0] | 11200763.0 Ops/sec |
Empty lodash.head() | 3655842.2 Ops/sec |
Empty [0] | 11010512.0 Ops/sec |
[0] with check | 3623656.8 Ops/sec |
[0] with null check | 2722330.5 Ops/sec |