Test name | Executions per second |
---|---|
Not empty lodash.head() | 4657047.5 Ops/sec |
Not empty [0] | 14932077.0 Ops/sec |
Empty lodash.head() | 4623537.5 Ops/sec |
Empty [0] | 14916137.0 Ops/sec |
[0] with check | 4748783.0 Ops/sec |
[0] with null check | 3721687.2 Ops/sec |