Programming Multi-core using FastFlow: Difference between revisions

From Gridkaschool
Jump to navigationJump to search
(Created page with "== '''FastFlow''' == FastFlow is an open-source, structured parallel programming framework originally conceived to support efficient stream parallel computation while targeting…")
(No difference)

Revision as of 18:40, 27 August 2014

FastFlow

FastFlow is an open-source, structured parallel programming framework originally conceived to support efficient stream parallel computation while targeting shared memory multi-core. It provides the parallel applications programmer with a set of ready-to-use, parametric algorithmic skeletons modelling the most common parallelism exploitation patterns. The skeletons provided may be almost freely nested to model more and more complex parallelism exploitation patterns.