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
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
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.
A parallel Huffman encoding/decoding implementation in C++ providing a solution using fastflow and native threads
Project for the course Parallel & Distributed Systems: Paradigms & Models @ Unipi
Python high-performance and scalable parallelism right to your fingertips, enabling lightning-fast parallel execution with zero boilerplate code
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."