Test name | Executions per second |
---|---|
Not empty lodash.head() | 9733877.0 Ops/sec |
Not empty [0] | 26170896.0 Ops/sec |
Empty lodash.head() | 9825416.0 Ops/sec |
Empty [0] | 26550952.0 Ops/sec |
[0] with check | 10185620.0 Ops/sec |
[0] with null check | 7590246.0 Ops/sec |