Test name | Executions per second |
---|---|
Not empty lodash.head() | 4156722.8 Ops/sec |
Not empty [0] | 11905486.0 Ops/sec |
Empty lodash.head() | 4123406.0 Ops/sec |
Empty [0] | 11869739.0 Ops/sec |
[0] with check | 4236392.0 Ops/sec |
[0] with null check | 3062000.0 Ops/sec |