Hey, I've been following up on Legion and Regent quite a bit, excellent work there.<p>Do you have a set of benchmarks that others can reimplement to compare the approaches?<p>I've added Dataflow Parallelism to my own multithreading runtime[1] but I didn't had dataflow focused benchmarks yet, well I could add Cholesky Decomposition but it's quite involved.<p>I expect the people from TaskFlow[2] and Habanero[3] (via Data-Driven Futures) would be quite interested as well in a common set of dataflow parallelism benchmarks.<p>By the way if you didn't read the DaCe paper[4] you absolutely should, seems like the age of Dataflow parallelism and properly optimizing for data is coming.<p>[1]: <a href="https://github.com/mratsim/weave#dataflow-parallelism" rel="nofollow">https://github.com/mratsim/weave#dataflow-parallelism</a><p>[2]: <a href="https://github.com/taskflow/taskflow" rel="nofollow">https://github.com/taskflow/taskflow</a><p>[3]: <a href="https://github.com/habanero-rice/hclib" rel="nofollow">https://github.com/habanero-rice/hclib</a><p>[4]: <a href="https://github.com/spcl/dace" rel="nofollow">https://github.com/spcl/dace</a>, <a href="https://arxiv.org/abs/1902.10345" rel="nofollow">https://arxiv.org/abs/1902.10345</a>