Test name | Executions per second |
---|---|
While Loop with cached parent_id | 26343.1 Ops/sec |
While Loop no caching parent_id | 27119.7 Ops/sec |
Using ForEach() instead of While Loop | 26689.0 Ops/sec |
While Loop without cache, using if/else instead of continue | 27540.5 Ops/sec |
While Loop without cache, using spread with assign | 25913.8 Ops/sec |
While Loop without cache, using spread only | 265174.8 Ops/sec |
For Loop version | 26643.6 Ops/sec |