Test name | Executions per second |
---|---|
Not empty lodash.head() | 2478896.5 Ops/sec |
Not empty [0] | 7660656.5 Ops/sec |
Empty lodash.head() | 2506191.5 Ops/sec |
Empty [0] | 7087306.0 Ops/sec |
[0] with check | 2180406.5 Ops/sec |
[0] with null check | 1360051.0 Ops/sec |