Test name | Executions per second |
---|---|
Not empty lodash.head() | 5082754.5 Ops/sec |
Not empty [0] | 15501155.0 Ops/sec |
Empty lodash.head() | 4907934.0 Ops/sec |
Empty [0] | 15419759.0 Ops/sec |
[0] with check | 5260014.0 Ops/sec |
[0] with null check | 3946534.5 Ops/sec |