Test name | Executions per second |
---|---|
While Loop with cached parent_id | 52898.8 Ops/sec |
While Loop no caching parent_id | 50179.9 Ops/sec |
Using ForEach() instead of While Loop | 42828.0 Ops/sec |
While Loop without cache, using if/else instead of continue | 55152.8 Ops/sec |
While Loop without cache, using spread with assign | 13271.3 Ops/sec |
While Loop without cache, using spread only | 18173.0 Ops/sec |
For Loop version | 54903.4 Ops/sec |
Using ForEach() instead of While Loop, spread only | 17077.0 Ops/sec |
Using ForEach() instead of While Loop, spread only, no push() | 16756.5 Ops/sec |