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)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.