Test name | Executions per second |
---|---|
Not empty lodash.head() | 3237903.5 Ops/sec |
Not empty [0] | 10276488.0 Ops/sec |
Empty lodash.head() | 3262954.2 Ops/sec |
Empty [0] | 10484648.0 Ops/sec |
[0] with check | 3400952.8 Ops/sec |
[0] with null check | 2534427.5 Ops/sec |