Test name | Executions per second |
---|---|
While Loop with cached parent_id | 27294.6 Ops/sec |
While Loop no caching parent_id | 23542.8 Ops/sec |
Using ForEach() instead of While Loop | 24973.5 Ops/sec |
While Loop without cache, using if/else instead of continue | 26239.0 Ops/sec |