circuit 0.1.0

Static dataflow computation circuits
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 70.78 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vgatherps

Starting work on a project to implement a sort of dataflow circuit.

The circuit exposes a set of inputs and the ability to load views of the output. One writes a set of inputs, and then calls all dependencies as long as at least one output was triggered. This is generated from an intermediate representation, and then exposed to the application at runtime.

Translating to rust and currently making into a standalone library