Test name | Executions per second |
---|---|
Not empty lodash.head() | 3234643.8 Ops/sec |
Not empty [0] | 8776737.0 Ops/sec |
Empty lodash.head() | 3444042.5 Ops/sec |
Empty [0] | 10319931.0 Ops/sec |
[0] with check | 3760576.8 Ops/sec |
[0] with null check | 2438041.2 Ops/sec |