| Test name | Executions per second |
|---|---|
| Not empty lodash.head() | 113354192.0 Ops/sec |
| Not empty [0] | 210371984.0 Ops/sec |
| Empty lodash.head() | 111274864.0 Ops/sec |
| Empty [0] | 208974384.0 Ops/sec |
| [0] with check | 182287824.0 Ops/sec |
| [0] with null check | 161124384.0 Ops/sec |