Test name | Executions per second |
---|---|
Not empty lodash.head() | 7260438.0 Ops/sec |
Not empty [0] | 19620056.0 Ops/sec |
Empty lodash.head() | 7162591.5 Ops/sec |
Empty [0] | 17073304.0 Ops/sec |
[0] with check | 7560043.5 Ops/sec |
[0] with null check | 5524950.0 Ops/sec |