Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.
-
Updated
Jul 28, 2023 - C++
Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.
Generic Reusable Parallel Patterns Interface
The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
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.
SPBench: A Framework for Benchmarking Stream Processing Applications
Final project and assignments of Parallel and Distributed Systems: Paradigms and Models course
Homework of the Parallel and Distributed Systems: Paradigms and Models course of the Computer Science and Networking Master's Degree @ University of Pisa
(SPM) Distributed Systems: Paradigm and Models
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
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…
Parallel implementation of KNN algorithm, using C++ standard library and FastFlow.
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
Add a description, image, and links to the fastflow topic page so that developers can more easily learn about it.
To associate your repository with the fastflow topic, visit your repo's landing page and select "manage topics."