Test name | Executions per second |
---|---|
Not empty lodash.head() | 12395578.0 Ops/sec |
Not empty [0] | 36608524.0 Ops/sec |
Empty lodash.head() | 12419569.0 Ops/sec |
Empty [0] | 36828084.0 Ops/sec |
[0] with check | 13001754.0 Ops/sec |
[0] with null check | 9644609.0 Ops/sec |