Test name | Executions per second |
---|---|
Not empty lodash.head() | 5383220.0 Ops/sec |
Not empty [0] | 15065112.0 Ops/sec |
Empty lodash.head() | 5449216.5 Ops/sec |
Empty [0] | 15750926.0 Ops/sec |
[0] with check | 5821035.5 Ops/sec |
[0] with null check | 4422752.0 Ops/sec |