Test name | Executions per second |
---|---|
Not empty lodash.head() | 3264569.8 Ops/sec |
Not empty [0] | 10379203.0 Ops/sec |
Empty lodash.head() | 3337986.2 Ops/sec |
Empty [0] | 10316320.0 Ops/sec |
[0] with check | 3495810.2 Ops/sec |
[0] with null check | 2605207.8 Ops/sec |