-
Updated
Oct 4, 2017 - Makefile
fastflow
Here are 28 public repositories matching this topic...
(SPM) Distributed Systems: Paradigm and Models
-
Updated
Oct 10, 2018 - C++
-
Updated
Oct 18, 2018 - 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++
Final project and assignments of Parallel and Distributed Systems: Paradigms and Models course
-
Updated
Sep 23, 2020 - C++
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
-
Updated
Apr 30, 2021 - C++
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
-
Updated
Jul 27, 2021 - C++
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
-
Updated
Jul 29, 2021 - C++
The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
-
Updated
Oct 2, 2024 - C++
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
-
Updated
Nov 26, 2023 - Jupyter Notebook
Project for the course Parallel & Distributed Systems: Paradigms & Models @ Unipi
-
Updated
Sep 8, 2022 - C++
Generic Reusable Parallel Patterns Interface
-
Updated
Nov 17, 2022 - 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++
Parallelization of a genetic algorithm to solve the Travelling Salesman Problem (TSP). A sequential version is developed, followed by an analysis to identify components suitable for parallelization. Two parallel implementations are created using standard threads and FastFlow.
-
Updated
Jul 10, 2023 - C++
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."