Test name | Executions per second |
---|---|
Not empty lodash.head() | 2988388.8 Ops/sec |
Not empty [0] | 9867926.0 Ops/sec |
Empty lodash.head() | 4101692.2 Ops/sec |
Empty [0] | 11301536.0 Ops/sec |
[0] with check | 3294283.0 Ops/sec |
[0] with null check | 2743033.0 Ops/sec |