Related Projects & Initiatives
FastFlow
Created on Thursday, 29 September 2011
Last Updated on Monday, 18 March 2013
Written by Tommaso Cucinotta
FastFlow is a parallel programming framework for multi-core platforms based upon non-blocking lock-free/fence-free synchronization mechanisms. The framework is composed of a stack of layers that progressively abstracts out the programming of shared-memory parallel applications. The goal of the stack is twofold: to ease the development of applications and make them very fast and scalable. FastFlow is particularly targeted to the development of streaming applications.
More information can be found on the FastFlow website.