Test name | Executions per second |
---|---|
While Loop with cached parent_id | 37244.7 Ops/sec |
While Loop no caching parent_id | 37821.3 Ops/sec |
Using ForEach() instead of While Loop | 29455.7 Ops/sec |
While Loop without cache, using if/else instead of continue | 38167.3 Ops/sec |