Test name | Executions per second |
---|---|
Not empty lodash.head() | 5213787.0 Ops/sec |
Not empty [0] | 15920749.0 Ops/sec |
Empty lodash.head() | 5122238.5 Ops/sec |
Empty [0] | 15991885.0 Ops/sec |
[0] with check | 5580119.0 Ops/sec |
[0] with null check | 4132652.0 Ops/sec |