this post was submitted on 30 Jul 2026
396 points (96.5% liked)

GetBetter

146 readers
108 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 10 points 3 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.