Test name | Executions per second |
---|---|
Not empty lodash.head() | 2472864.2 Ops/sec |
Not empty [0] | 8719891.0 Ops/sec |
Empty lodash.head() | 2613778.5 Ops/sec |
Empty [0] | 8556297.0 Ops/sec |
[0] with check | 2559109.5 Ops/sec |
[0] with null check | 1820887.2 Ops/sec |