this post was submitted on 30 Jul 2026
542 points (97.0% liked)

GetBetter

150 readers
7 users here now

anything science based to improve, health, mental, technics, skills

founded 9 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] certified_expert@lemmy.world 11 points 5 days ago

It clearly shows the sequential and parallel threads of execution:

  • up/down: parallel.
  • left to right: sequential

It clearly shows the sequence of produced intermediate results, split and merging points:

  • a row that splits into two rows is one step producing more than one result. Like spliting yolk and whites.
  • many rows becoming one: merging node. Like baking many ingredients.