Test name | Executions per second |
---|---|
While Loop with cached parent_id | 26428.0 Ops/sec |
While Loop no caching parent_id | 26735.3 Ops/sec |
Using ForEach() instead of While Loop | 25935.1 Ops/sec |
While Loop without cache, using if/else instead of continue | 26605.7 Ops/sec |