Skip to content

Commit

Permalink
Initial version of control graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 31, 2024
1 parent 065ffa0 commit efc7f08
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,17 +729,21 @@ Decision tree
Hypering control flow
---------------------

------------
| producer |
------------
------------- ----------- ------------
| deliverer | ⮕ | batcher | ⮕ | producer |
------------- ----------- ------------
⬇ ⬊
values ------------
| producer |
------------
/---------------------------------------------------------\
| ⬇ |
| -------------- ------------ |
| | statistics | /----⮕ | producer | ⮕ -|
| -------------- / ------------ |
⬇ ⬇ / |
----------- -------------- ----------- ------------ |
| results | ⮕ | deliverer | ⮕ | batcher | ⮕ | producer | ⮕ -|
----------- -------------- ----------- ------------ |
| \ |
| \ ------------ |
| \----⮕ | producer | ⮕ -/
⬇ ------------
values
consumed by program

AUTHOR
======
Expand Down
27 changes: 15 additions & 12 deletions doc/ParaSeq.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -938,18 +938,21 @@ be increased.
=head2 Hypering control flow

=begin code
------------
| producer |
------------
------------- ----------- ------------
| deliverer | ⮕ | batcher | ⮕ | producer |
------------- ----------- ------------
⬇ ⬊
values ------------
| producer |
------------

/---------------------------------------------------------\
| ⬇ |
| -------------- ------------ |
| | statistics | /----⮕ | producer | ⮕ -|
| -------------- / ------------ |
⬇ ⬇ / |
----------- -------------- ----------- ------------ |
| results | ⮕ | deliverer | ⮕ | batcher | ⮕ | producer | ⮕ -|
----------- -------------- ----------- ------------ |
| \ |
| \ ------------ |
| \----⮕ | producer | ⮕ -/
⬇ ------------
values
consumed by program
=end code

=head1 AUTHOR
Expand Down

0 comments on commit efc7f08

Please sign in to comment.