Test name | Executions per second |
---|---|
Not empty lodash.head() | 5673406.0 Ops/sec |
Not empty [0] | 16910624.0 Ops/sec |
Empty lodash.head() | 5684200.0 Ops/sec |
Empty [0] | 17030840.0 Ops/sec |
[0] with check | 5903855.5 Ops/sec |
[0] with null check | 4326237.0 Ops/sec |