Commit graph

1 commit

Author SHA1 Message Date
Donna
ca7e426d57 Add parallelism-by-topology documentation
Key insight: parallelism is a wiring decision, not a config option.
- Direct wire = sequential execution
- Buffer node = parallel execution (spawns independent threads)

Includes:
- Visual diagrams comparing approaches
- Real-world video processing example
- Advanced patterns (throttled buffer, fan-out/fan-in, conditional)
- Implementation notes for buffer node contract
- Comparison with n8n/Zapier/Temporal

Co-authored-by: Dan
2026-01-26 06:52:15 +00:00