Test name | Executions per second |
---|---|
Not empty lodash.head() | 5452830.0 Ops/sec |
Not empty [0] | 16674775.0 Ops/sec |
Empty lodash.head() | 5412145.0 Ops/sec |
Empty [0] | 16708484.0 Ops/sec |
[0] with check | 5798139.0 Ops/sec |
[0] with null check | 4264268.0 Ops/sec |