Test name | Executions per second |
---|---|
Not empty lodash.head() | 2324694.0 Ops/sec |
Not empty [0] | 6701071.0 Ops/sec |
Empty lodash.head() | 2406902.2 Ops/sec |
Empty [0] | 6659241.5 Ops/sec |
[0] with check | 2519597.0 Ops/sec |
[0] with null check | 1996093.4 Ops/sec |