| Test name | Executions per second |
|---|---|
| Not empty lodash.head() | 140225968.0 Ops/sec |
| Not empty [0] | 156071376.0 Ops/sec |
| Empty lodash.head() | 146354288.0 Ops/sec |
| Empty [0] | 153779568.0 Ops/sec |
| [0] with check | 107028608.0 Ops/sec |
| [0] with null check | 109482064.0 Ops/sec |