Test name | Executions per second |
---|---|
Not empty lodash.head() | 4094995.0 Ops/sec |
Not empty [0] | 13221038.0 Ops/sec |
Empty lodash.head() | 4134083.8 Ops/sec |
Empty [0] | 13313535.0 Ops/sec |
[0] with check | 3923558.8 Ops/sec |
[0] with null check | 3165689.5 Ops/sec |