Test name | Executions per second |
---|---|
Not empty lodash.head() | 3317493.8 Ops/sec |
Not empty [0] | 10804677.0 Ops/sec |
Empty lodash.head() | 3418800.2 Ops/sec |
Empty [0] | 10744343.0 Ops/sec |
[0] with check | 3565914.0 Ops/sec |
[0] with null check | 2399307.0 Ops/sec |