Test name | Executions per second |
---|---|
Not empty lodash.head() | 3513370.5 Ops/sec |
Not empty [0] | 10371834.0 Ops/sec |
Empty lodash.head() | 3594893.5 Ops/sec |
Empty [0] | 9853743.0 Ops/sec |
[0] with check | 3453118.0 Ops/sec |
[0] with null check | 2421355.0 Ops/sec |