Test name | Executions per second |
---|---|
Not empty lodash.head() | 5122762.5 Ops/sec |
Not empty [0] | 15574126.0 Ops/sec |
Empty lodash.head() | 5130369.5 Ops/sec |
Empty [0] | 15861668.0 Ops/sec |
[0] with check | 5258079.5 Ops/sec |
[0] with null check | 3929807.2 Ops/sec |