Test name | Executions per second |
---|---|
Not empty lodash.head() | 9583319.0 Ops/sec |
Not empty [0] | 28669550.0 Ops/sec |
Empty lodash.head() | 9588140.0 Ops/sec |
Empty [0] | 28875068.0 Ops/sec |
[0] with check | 10194576.0 Ops/sec |
[0] with null check | 7507292.5 Ops/sec |