-
Updated
Oct 18, 2018 - C++
fastflow
Here are 28 public repositories matching this topic...
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
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
-
Updated
Apr 30, 2021 - C++
Distributed Wavefront parallel pattern with MPI and Fastflow
-
Updated
Oct 19, 2024 - Python
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++
A parallel Huffman encoding/decoding implementation in C++ providing a solution using fastflow and native threads
-
Updated
Mar 12, 2024 - C++
Project for the course Parallel & Distributed Systems: Paradigms & Models @ Unipi
-
Updated
Sep 8, 2022 - C++
Python high-performance and scalable parallelism right to your fingertips, enabling lightning-fast parallel execution with zero boilerplate code
-
Updated
Nov 4, 2024 - C++
Parallel Huffman Coding (SPM Project 2022-2023)
-
Updated
Sep 1, 2023 - C++
"Parallel and Distributed Systems" Course Material
-
Updated
Nov 9, 2023 - C++
-
Updated
Nov 26, 2023 - 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++
(SPM) Distributed Systems: Paradigm and Models
-
Updated
Oct 10, 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++
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."