Test name | Executions per second |
---|---|
Not empty lodash.head() | 2572927.2 Ops/sec |
Not empty [0] | 8201119.5 Ops/sec |
Empty lodash.head() | 2577786.8 Ops/sec |
Empty [0] | 7053370.5 Ops/sec |
[0] with check | 2616358.8 Ops/sec |
[0] with null check | 1936516.9 Ops/sec |