Test name | Executions per second |
---|---|
Not empty lodash.head() | 5814944.0 Ops/sec |
Not empty [0] | 18493278.0 Ops/sec |
Empty lodash.head() | 6246456.0 Ops/sec |
Empty [0] | 19201788.0 Ops/sec |
[0] with check | 5885390.0 Ops/sec |
[0] with null check | 4415518.5 Ops/sec |