Topic: "fastflow"
arcosuc3m/grppi
Generic Reusable Parallel Patterns Interface
Language: C++ - Size: 14.5 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 80 - Forks: 20
vnk8071/anomaly-detection-in-industry-manufacturing
Pipeline training and inference Anomalib models UI in Anomaly Detection
Language: Python - Size: 24.9 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 71 - Forks: 6
GMAP/NPB-CPP
The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
Language: C++ - Size: 3.14 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 57 - Forks: 24
dalvangriebler/NPB-CPP
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
Language: C++ - Size: 88.9 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 7
GMAP/SPBench
SPBench: A Framework for Benchmarking Stream Processing Applications
Language: C++ - Size: 3.65 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 11 - Forks: 3
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.
Language: C++ - Size: 1.13 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0
FraCorti/TSP-GeneticAlgorithm
Final project and assignments of Parallel and Distributed Systems: Paradigms and Models course
Language: C++ - Size: 76.6 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 3
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
Language: C++ - Size: 85 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0
blackwut/AcoTsp
Ant Colony Optimization for Traveling Salesman Problem written in plain C++, C++ with FastFlow and CUDA
Language: C++ - Size: 3.33 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 2
0Alic/SPM-Grayscale-Bitmap-Histogram
(SPM) Distributed Systems: Paradigm and Models
Language: C++ - Size: 3.59 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1
alleboudy/spm
Language: Makefile - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0
Juliwan/anomalib
anomalib 🐙 is an open-source PyTorch and Lightning library for benchmarking, developing, and deploying deep learning anomaly detection models for industrial and research use
Language: Python - Size: 56.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
irenepisani/ParallelDistributed_LSHSJ
LSH-based Similarity Join - Final project for Parallel and Distributed Systems course at @unipisa
Language: Jupyter Notebook - Size: 8.27 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
leonardocrociani/Parallel-Distributed-Stencil-Computation
The exam project for the Parallel and Distributed Systems course. The project consists in the computation of wavefront algorithm using the research library FastFlow and MPI.
Language: Python - Size: 2.14 MB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
domferr/fastflow-python
Python high-performance and scalable parallelism right to your fingertips, enabling lightning-fast parallel execution with zero boilerplate code
Language: C++ - Size: 57.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
FabriDeCastelli/Distributed-Wavefront
Distributed Wavefront parallel pattern with MPI and Fastflow
Language: C++ - Size: 2.25 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
marcomarinodev/parallel-huffman
A parallel Huffman encoding/decoding implementation in C++ providing a solution using fastflow and native threads
Language: C++ - Size: 38.2 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
glpaparelli/parallel-distributed-system
"Parallel and Distributed Systems" Course Material
Language: C++ - Size: 88.9 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
luca-santarella/Parallel-Huffman-coding
Parallel Huffman Coding (SPM Project 2022-2023)
Language: C++ - Size: 36.8 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
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.
Language: C++ - Size: 1.73 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
AlexPasqua/SPM-project
Project for the course Parallel & Distributed Systems: Paradigms & Models @ Unipi
Language: C++ - Size: 744 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
orientino/knn-parallel
Parallel implementation of KNN algorithm using C++ and FastFlow library
Language: C++ - Size: 11.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1
robbespo00/jacobi-spm
Language: Jupyter Notebook - Size: 2.28 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
reuseman/video-motion-detection
🎥
Language: C++ - Size: 18.7 MB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1
FabioMurgese/parallel_knn
Parallel implementation of KNN algorithm, using C++ standard library and FastFlow.
Language: Jupyter Notebook - Size: 1.68 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
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.
Language: Jupyter Notebook - Size: 2.16 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0
michelezoncheddu/parallel-odd-even-sort
Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow
Language: C++ - Size: 960 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
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
Language: C++ - Size: 606 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
antodima/primes
Search primes
Language: C++ - Size: 1.05 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
tmustafa123/SPMProject18
Language: C++ - Size: 8.37 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1