fastflow
Here are 31 public repositories matching this topic...
Generic Reusable Parallel Patterns Interface
- 
            Updated
            Nov 17, 2022 
- C++
The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
- 
            Updated
            Aug 30, 2025 
- C++
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
- 
            Updated
            Jul 29, 2021 
- C++
Framework for building parallel cellular automata in C++. In it you can also find a work-stealing threadpool and a reusable barrier that you can use in other projects.
- 
            Updated
            Jul 8, 2023 
- C++
SPBench: A Framework for Benchmarking Stream Processing Applications
- 
            Updated
            May 22, 2025 
- C++
Final project and assignments of Parallel and Distributed Systems: Paradigms and Models course
- 
            Updated
            Sep 23, 2020 
- C++
Homework of the Parallel and Distributed Systems: Paradigms and Models course of the Computer Science and Networking Master's Degree @ University of Pisa
- 
            Updated
            Nov 13, 2018 
- C++
Python high-performance and scalable parallelism right to your fingertips, enabling lightning-fast parallel execution with zero boilerplate code
- 
            Updated
            Nov 26, 2024 
- C++
(SPM) Distributed Systems: Paradigm and Models
- 
            Updated
            Oct 10, 2018 
- C++
Distributed out-of-core MergeSort in C++ (mmap). Single-node: seq/OMP/FastFlow; multi-node: MPI+OMP. Benchmarks, scaling plots, and a cost model.
- 
            Updated
            Aug 25, 2025 
- Jupyter Notebook
- 
            Updated
            Oct 4, 2017 
- Makefile
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
- 
            Updated
            Jul 27, 2021 
- C++
- 
            Updated
            Nov 26, 2023 
- Jupyter Notebook
- 
            Updated
            Oct 18, 2018 
- C++
The exam project for the Parallel and Distributed Systems course. The project consists in the computation of wavefront algorithm using the research library FastFlow and MPI.
- 
            Updated
            Jan 23, 2025 
- Python
Given a set of points in a 2D space, we require to compute in parallel for each one of the points in the set of points the set of k closest points. Point i is the point whose coordinates are listed in line i in the file. The input of the program is a set of floating-point coordinates (one per line, comma separated) and the output is a set of lin…
- 
            Updated
            Jan 25, 2022 
- Jupyter Notebook
Parallel implementation of KNN algorithm, using C++ standard library and FastFlow.
- 
            Updated
            Jun 5, 2022 
- Jupyter Notebook
Improve this page
Add a description, image, and links to the fastflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastflow topic, visit your repo's landing page and select "manage topics."