Test name | Executions per second |
---|---|
Not empty lodash.head() | 5009750.0 Ops/sec |
Not empty [0] | 14922283.0 Ops/sec |
Empty lodash.head() | 4794262.5 Ops/sec |
Empty [0] | 15167574.0 Ops/sec |
[0] with check | 5334571.5 Ops/sec |
[0] with null check | 3977587.8 Ops/sec |