Test name | Executions per second |
---|---|
While Loop with cached parent_id | 48794.6 Ops/sec |
While Loop no caching parent_id | 51012.3 Ops/sec |
Using ForEach() instead of While Loop | 42134.3 Ops/sec |
While Loop without cache, using if/else instead of continue | 50902.6 Ops/sec |