Test name | Executions per second |
---|---|
Not empty lodash.head() | 3140297.8 Ops/sec |
Not empty [0] | 9629007.0 Ops/sec |
Empty lodash.head() | 3121874.5 Ops/sec |
Empty [0] | 9706469.0 Ops/sec |
[0] with check | 3378288.2 Ops/sec |
[0] with null check | 2486558.5 Ops/sec |