Test name | Executions per second |
---|---|
Not empty lodash.head() | 5419568.0 Ops/sec |
Not empty [0] | 17679332.0 Ops/sec |
Empty lodash.head() | 5316846.5 Ops/sec |
Empty [0] | 17501544.0 Ops/sec |
[0] with check | 5860179.0 Ops/sec |
[0] with null check | 4426773.0 Ops/sec |