circuit

Crates.iocircuit
lib.rscircuit
version0.1.0
sourcesrc
created_at2021-07-21 12:21:54.258082
updated_at2021-07-21 12:21:54.258082
descriptionStatic dataflow computation circuits
homepage
repository
max_upload_size
id425494
size1,532
(vgatherps)

documentation

README

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

Commit count: 0

cargo fmt