Test name | Executions per second |
---|---|
Not empty lodash.head() | 5237035.0 Ops/sec |
Not empty [0] | 15488341.0 Ops/sec |
Empty lodash.head() | 5173582.0 Ops/sec |
Empty [0] | 15409029.0 Ops/sec |
[0] with check | 5289487.5 Ops/sec |
[0] with null check | 3930255.5 Ops/sec |