Test name | Executions per second |
---|---|
Not empty lodash.head() | 4143316.2 Ops/sec |
Not empty [0] | 15460276.0 Ops/sec |
Empty lodash.head() | 4174894.2 Ops/sec |
Empty [0] | 15573097.0 Ops/sec |
[0] with check | 4478430.0 Ops/sec |
[0] with null check | 3403333.8 Ops/sec |