Parallel and Distributed Systems (paradigms and models)

Parallel Prefix Sum

C++ and FastFlow implementation of the parallel scan Blelloch algorithm with a master-worker architecture schema and tests.

Related