flow
flow copied to clipboard
Exploration of a data-flow programming paradigm
Due to the protocol between coordinator and client that requires a request/response, when a function executes a blocking IO operation (such as readline), that blocks the parallel execution of other...
Then we could break some data dependencies and have multiple jobs in parallel operating on the same data - with a subsequent resolution phase.
Flow is partitioned and more than one coordinator is involved in it's execution
Build a set of type conversions (for Json Serde values?) and then allow connections to be made between IO of different types and do on the fly type conversion. When...
* Add a tooltip on nodes, inputs, edges with type, or name or other info
Some links from SVG files are wrong There are a number of different cases of links from bubbles in SVG files in flowstdlib and flowsamples: -> provided function (fixed) ->...
For example prime/context.dot to something like this digraph prime { rankdir=TB; node [shape = circle]; // Connections "/prime/args" -> "/prime/to_number" [headlabel=""]; "/prime/to_number" -> "/prime/candidates" [taillabel = "from", headlabel="end"]; "/prime/candidates" ->...
Goal: Make partitioning of a flow possible, and connections between functions logical and independent of which node a part of the flow is running on. Consider removing the storage of...
Not all can be updated automatically by cargo release and a number of places need manual updating of the version of libs they use...