Test name | Executions per second |
---|---|
Not empty lodash.head() | 5015492.0 Ops/sec |
Not empty [0] | 15335912.0 Ops/sec |
Empty lodash.head() | 5023021.5 Ops/sec |
Empty [0] | 15369810.0 Ops/sec |
[0] with check | 5201911.5 Ops/sec |
[0] with null check | 3797302.0 Ops/sec |