| Test case name | Result |
|---|---|
| Not empty lodash.head() | |
| Not empty [0] | |
| Empty lodash.head() | |
| Empty [0] | |
| [0] with check | |
| [0] with null check | |
| [0] with optional chaining null check |
| Test name | Executions per second |
|---|---|
| Not empty lodash.head() | 115241128.0 Ops/sec |
| Not empty [0] | 216992864.0 Ops/sec |
| Empty lodash.head() | 118182208.0 Ops/sec |
| Empty [0] | 215156256.0 Ops/sec |
| [0] with check | 192984160.0 Ops/sec |
| [0] with null check | 173685696.0 Ops/sec |
| [0] with optional chaining null check | 226043392.0 Ops/sec |