Test name | Executions per second |
---|---|
Not empty lodash.head() | 5457632.5 Ops/sec |
Not empty [0] | 16677757.0 Ops/sec |
Empty lodash.head() | 5635166.0 Ops/sec |
Empty [0] | 16033918.0 Ops/sec |
[0] with check | 5772711.5 Ops/sec |
[0] with null check | 4220247.5 Ops/sec |