Test name | Executions per second |
---|---|
Not empty lodash.head() | 10317678.0 Ops/sec |
Not empty [0] | 25394178.0 Ops/sec |
Empty lodash.head() | 10110242.0 Ops/sec |
Empty [0] | 26095262.0 Ops/sec |
[0] with check | 10602255.0 Ops/sec |
[0] with null check | 7289917.5 Ops/sec |