Test name | Executions per second |
---|---|
Not empty lodash.head() | 4010694.2 Ops/sec |
Not empty [0] | 14195336.0 Ops/sec |
Empty lodash.head() | 3979492.0 Ops/sec |
Empty [0] | 14527084.0 Ops/sec |
[0] with check | 4155811.2 Ops/sec |
[0] with null check | 3213367.8 Ops/sec |