Test name | Executions per second |
---|---|
Not empty lodash.head() | 10791127.0 Ops/sec |
Not empty [0] | 21275334.0 Ops/sec |
Empty lodash.head() | 10297880.0 Ops/sec |
Empty [0] | 20057588.0 Ops/sec |
[0] with check | 10725131.0 Ops/sec |
[0] with null check | 7206289.5 Ops/sec |