Test name | Executions per second |
---|---|
Not empty lodash.head() | 4751419.0 Ops/sec |
Not empty [0] | 15871386.0 Ops/sec |
Empty lodash.head() | 4811028.5 Ops/sec |
Empty [0] | 15538072.0 Ops/sec |
[0] with check | 4412896.5 Ops/sec |
[0] with null check | 3779105.2 Ops/sec |