Test name | Executions per second |
---|---|
Not empty lodash.head() | 5024432.5 Ops/sec |
Not empty [0] | 15189299.0 Ops/sec |
Empty lodash.head() | 5045655.0 Ops/sec |
Empty [0] | 15262952.0 Ops/sec |
[0] with check | 5156894.5 Ops/sec |
[0] with null check | 3842431.0 Ops/sec |