LoopCraft
Sign In

2026-08-02

LoopCraft adds parallel node execution for independent branches

Run independent loop branches simultaneously to cut total execution time when nodes have no data dependencies.

Back to News
Starting 2026-08-02, LoopCraft supports parallel execution of independent branches within a loop definition. When two or more branches have no data dependencies between them, the engine runs them concurrently on separate workers. The loop waits for all parallel branches to complete before advancing to the next sequential node. Parallel execution is automatically detected based on the dependency graph; no manual configuration is needed. For loops with mixed sequential and parallel sections, the engine partitions the graph and runs each independent partition in parallel. Feedback: sapsap@qq.com.