Test name | Executions per second |
---|---|
Not empty lodash.head() | 4884987.0 Ops/sec |
Not empty [0] | 15000467.0 Ops/sec |
Empty lodash.head() | 4851311.0 Ops/sec |
Empty [0] | 15070166.0 Ops/sec |
[0] with check | 4970813.5 Ops/sec |
[0] with null check | 3675140.2 Ops/sec |