Test name | Executions per second |
---|---|
Not empty lodash.head() | 2884830.2 Ops/sec |
Not empty [0] | 8136422.5 Ops/sec |
Empty lodash.head() | 2846597.5 Ops/sec |
Empty [0] | 8266671.5 Ops/sec |
[0] with check | 2888515.5 Ops/sec |
[0] with null check | 2136068.0 Ops/sec |