Test name | Executions per second |
---|---|
Not empty lodash.head() | 3843627.2 Ops/sec |
Not empty [0] | 11643282.0 Ops/sec |
Empty lodash.head() | 3837753.2 Ops/sec |
Empty [0] | 11683795.0 Ops/sec |
[0] with check | 3953668.2 Ops/sec |
[0] with null check | 2914861.0 Ops/sec |