Programming Multi-core using FastFlow

From Gridkaschool
Revision as of 18:40, 27 August 2014 by Torquati (talk | contribs) (Created page with "== '''FastFlow''' == FastFlow is an open-source, structured parallel programming framework originally conceived to support efficient stream parallel computation while targeting…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.