Test name | Executions per second |
---|---|
Not empty lodash.head() | 10150892.0 Ops/sec |
Not empty [0] | 23611140.0 Ops/sec |
Empty lodash.head() | 11024289.0 Ops/sec |
Empty [0] | 27824388.0 Ops/sec |
[0] with check | 9653626.0 Ops/sec |
[0] with null check | 7405059.0 Ops/sec |