Test name | Executions per second |
---|---|
Not empty lodash.head() | 4146219.2 Ops/sec |
Not empty [0] | 12904359.0 Ops/sec |
Empty lodash.head() | 4318907.0 Ops/sec |
Empty [0] | 13142812.0 Ops/sec |
[0] with check | 4434800.0 Ops/sec |
[0] with null check | 3212442.2 Ops/sec |