Test name | Executions per second |
---|---|
Not empty lodash.head() | 6129609.5 Ops/sec |
Not empty [0] | 17446598.0 Ops/sec |
Empty lodash.head() | 6099861.0 Ops/sec |
Empty [0] | 16655574.0 Ops/sec |
[0] with check | 6174332.0 Ops/sec |
[0] with null check | 4433807.0 Ops/sec |