Test name | Executions per second |
---|---|
Not empty lodash.head() | 5457317.5 Ops/sec |
Not empty [0] | 15305130.0 Ops/sec |
Empty lodash.head() | 5492218.0 Ops/sec |
Empty [0] | 15077595.0 Ops/sec |
[0] with check | 5578703.0 Ops/sec |
[0] with null check | 3998548.5 Ops/sec |