Test name | Executions per second |
---|---|
Not empty lodash.head() | 5541457.5 Ops/sec |
Not empty [0] | 16402431.0 Ops/sec |
Empty lodash.head() | 5335694.0 Ops/sec |
Empty [0] | 16538520.0 Ops/sec |
[0] with check | 5603899.5 Ops/sec |
[0] with null check | 4190916.2 Ops/sec |