Test name | Executions per second |
---|---|
Not empty lodash.head() | 4828572.5 Ops/sec |
Not empty [0] | 15308296.0 Ops/sec |
Empty lodash.head() | 4239853.5 Ops/sec |
Empty [0] | 12174011.0 Ops/sec |
[0] with check | 3926719.2 Ops/sec |
[0] with null check | 2883828.0 Ops/sec |