Skip to content

Details

In dataflow programming, programs are represented as directed graphs (and are often assembled visually); data “flows” through arcs and is processed by nodes.

In this presentation, we’ll compare dataflow against the imperative and functional programming paradigms, and explore the suitability of dataflow for two tasks: big data analysis and DSP.

Presenter: Marvin Humphrey

Video introduction to dataflow programming: https://www.youtube.com/watch?v=iFlT93wakVo

Paper: “Advances in Dataflow Programming Languages”, by Johnston, Hanna, and Millar (2004)

http://www.cs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/DataFlowProgrammingLanguages.pdf

Related topics

You may also like