Test name | Executions per second |
---|---|
Not empty lodash.head() | 7869385.5 Ops/sec |
Not empty [0] | 23142744.0 Ops/sec |
Empty lodash.head() | 8161931.5 Ops/sec |
Empty [0] | 25993078.0 Ops/sec |
[0] with check | 9088835.0 Ops/sec |
[0] with null check | 4319489.5 Ops/sec |