$include_dir="/home/hyper-archives/proto/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [proto] Streamulus v0.1 is out: An EDSL for Event Stream Processing with C++
From: Irit Katriel (iritkatriel_at_[hidden])
Date: 2012-06-24 17:51:16
On 24 Jun 2012, at 22:24, Eric Niebler wrote:
> Very interesting! So ... data flow? Or does this take inspiration from
> stream databases?
>
Thank you.
Yes, data flow. With central control to make sure things propagate through the graph in topological order.
This is necessary for diamond-shaped graphs (think (x+1)/(x+2)).