Test name | Executions per second |
---|---|
Not empty lodash.head() | 4827303.0 Ops/sec |
Not empty [0] | 13676479.0 Ops/sec |
Empty lodash.head() | 4387542.5 Ops/sec |
Empty [0] | 14703295.0 Ops/sec |
[0] with check | 4990668.5 Ops/sec |
[0] with null check | 3719922.8 Ops/sec |