Test name | Executions per second |
---|---|
Not empty lodash.head() | 4014976.0 Ops/sec |
Not empty [0] | 11849030.0 Ops/sec |
Empty lodash.head() | 3813730.8 Ops/sec |
Empty [0] | 11253416.0 Ops/sec |
[0] with check | 3926453.0 Ops/sec |
[0] with null check | 2829567.5 Ops/sec |