Test name | Executions per second |
---|---|
Not empty lodash.head() | 5183277.5 Ops/sec |
Not empty [0] | 15144298.0 Ops/sec |
Empty lodash.head() | 5290206.5 Ops/sec |
Empty [0] | 14871311.0 Ops/sec |
[0] with check | 5502154.0 Ops/sec |
[0] with null check | 3966116.2 Ops/sec |