| Test name | Executions per second |
|---|---|
| Not empty lodash.head() | 113190120.0 Ops/sec |
| Not empty [0] | 212425024.0 Ops/sec |
| Empty lodash.head() | 114944928.0 Ops/sec |
| Empty [0] | 210429248.0 Ops/sec |
| [0] with check | 185909104.0 Ops/sec |
| [0] with null check | 159414080.0 Ops/sec |