Test name | Executions per second |
---|---|
Not empty lodash.head() | 4588867.0 Ops/sec |
Not empty [0] | 12861586.0 Ops/sec |
Empty lodash.head() | 4653082.0 Ops/sec |
Empty [0] | 12835371.0 Ops/sec |
[0] with check | 4732345.0 Ops/sec |
[0] with null check | 3479424.8 Ops/sec |