Test name | Executions per second |
---|---|
Not empty lodash.head() | 4945069.5 Ops/sec |
Not empty [0] | 14718558.0 Ops/sec |
Empty lodash.head() | 4954309.5 Ops/sec |
Empty [0] | 14817830.0 Ops/sec |
[0] with check | 5031755.0 Ops/sec |
[0] with null check | 3640312.0 Ops/sec |