Test name | Executions per second |
---|---|
Not empty lodash.head() | 3469522.8 Ops/sec |
Not empty [0] | 10126424.0 Ops/sec |
Empty lodash.head() | 3455524.0 Ops/sec |
Empty [0] | 10138137.0 Ops/sec |
[0] with check | 3675271.0 Ops/sec |
[0] with null check | 2657572.5 Ops/sec |