FastFlow
SVN-r182-Aug-14-2014
A high-level, lock-less, parallel programming (shared-memory) and distributed programming (distributed-memory) framework for multi-cores and many-cores systems
|
This file implements the macro dataflow pattern. More...
#include <functional>
#include <tuple>
#include <vector>
#include <deque>
#include <queue>
#include <ff/node.hpp>
#include <ff/pipeline.hpp>
#include <ff/farm.hpp>
#include <ff/allocator.hpp>
#include "./icl_hash.h"
Classes | |
class | ff::ff_mdf |
Macro Data Flow executor. More... | |
Namespaces | |
ff | |
The principal namespace for the FastFlow library. | |
Functions | |
static unsigned int | ff::address_hash_function (void *address) |
This file implements the macro dataflow pattern.