SynapseGrid icon indicating copy to clipboard operation
SynapseGrid copied to clipboard

SynapseGrid is a framework for constructing dynamic low latency data flow systems.

Results 5 SynapseGrid issues
Sort by recently updated
recently updated
newest added

Two ways to achieve this: 1. contact as object (singleton types). ``` val input ``` => ``` object input extends Contact ``` 2. tags ``` sealed trait Input val input...

research

We may want to first associate individual types with input/output contacts and then attempt to represent them as `HList` of inputs + `HList` of outputs.

research

There are many places of low quality code. `.sbt`, comments, deprecated features. We might want to fix those issues so that we have clean build.

Is it possible to have a concise putting it together example for the 3 types of usage. 1) Single threaded 2) Actor based 3) Executer based Keep them slightly different...