Test name | Executions per second |
---|---|
Not empty lodash.head() | 1548448.1 Ops/sec |
Not empty [0] | 4449391.0 Ops/sec |
Empty lodash.head() | 1542725.6 Ops/sec |
Empty [0] | 4457394.5 Ops/sec |
[0] with check | 1626148.0 Ops/sec |
[0] with null check | 1175401.5 Ops/sec |