fastflow
There are 28 repositories under fastflow topic.
fix8/fix8
Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.
arcosuc3m/grppi
Generic Reusable Parallel Patterns Interface
vnk8071/anomaly-detection-in-industry-manufacturing
Pipeline training and inference Anomalib models UI in Anomaly Detection
GMAP/NPB-CPP
The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
dalvangriebler/NPB-CPP
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
gerzin/parallel-cellular-automata
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.
GMAP/SPBench
SPBench: A Framework for Benchmarking Stream Processing Applications
blackwut/AcoTsp
Ant Colony Optimization for Traveling Salesman Problem written in plain C++, C++ with FastFlow and CUDA
FraCorti/TSP-GeneticAlgorithm
Final project and assignments of Parallel and Distributed Systems: Paradigms and Models course
alefais/spm-18
Homework of the Parallel and Distributed Systems: Paradigms and Models course of the Computer Science and Networking Master's Degree @ University of Pisa
0Alic/SPM-Grayscale-Bitmap-Histogram
(SPM) Distributed Systems: Paradigm and Models
AlexPasqua/SPM-project
Project for the course Parallel & Distributed Systems: Paradigms & Models @ Unipi
domferr/fastflow-python
Python high-performance and scalable parallelism right to your fingertips, enabling lightning-fast parallel execution with zero boilerplate code
luigidisotto/poisson-solver
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
AlbertoMarinelli/Parallel-genetic-tsp
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.
FabriDeCastelli/Distributed-Wavefront
Distributed Wavefront parallel pattern with MPI and Fastflow
luca-santarella/Parallel-Huffman-coding
Parallel Huffman Coding (SPM Project 2022-2023)
marcomarinodev/parallel-huffman
A parallel Huffman encoding/decoding implementation in C++ providing a solution using fastflow and native threads
marcomerton/ParallelOddEvenSort
Final project for the Parallel and Distributed System course at UNIPI: Sequential and parallel implementations of the Odd-Even Sort using pthreads and FastFlow
michelezoncheddu/parallel-odd-even-sort
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
antodima/primes
Search primes
FabioMurgese/parallel_knn
Parallel implementation of KNN algorithm, using C++ standard library and FastFlow.
glpaparelli/parallel-distributed-system
"Parallel and Distributed Systems" Course Material
lilanpei/MultiThread-K-Nearest-Neighbors
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 lines each hosting a point id and a list of point ids representing its KNN set ordered with respect to distance.