Test name | Executions per second |
---|---|
Not empty lodash.head() | 8095391.5 Ops/sec |
Not empty [0] | 22756220.0 Ops/sec |
Empty lodash.head() | 7720249.5 Ops/sec |
Empty [0] | 22368026.0 Ops/sec |
[0] with check | 8039980.5 Ops/sec |
[0] with null check | 5860320.0 Ops/sec |