Test name | Executions per second |
---|---|
Not empty lodash.head() | 2784555.8 Ops/sec |
Not empty [0] | 10173380.0 Ops/sec |
Empty lodash.head() | 3247854.8 Ops/sec |
Empty [0] | 10868897.0 Ops/sec |
[0] with check | 3540455.5 Ops/sec |
[0] with null check | 2579185.8 Ops/sec |