Test name | Executions per second |
---|---|
Not empty lodash.head() | 2249453.0 Ops/sec |
Not empty [0] | 7510003.0 Ops/sec |
Empty lodash.head() | 2415485.8 Ops/sec |
Empty [0] | 6992997.5 Ops/sec |
[0] with check | 2298714.5 Ops/sec |
[0] with null check | 1826500.0 Ops/sec |