Test name | Executions per second |
---|---|
Not empty lodash.head() | 10166780.0 Ops/sec |
Not empty [0] | 26620102.0 Ops/sec |
Empty lodash.head() | 10279522.0 Ops/sec |
Empty [0] | 26989692.0 Ops/sec |
[0] with check | 10705292.0 Ops/sec |
[0] with null check | 8022281.5 Ops/sec |