parallel-util
Parallel processor
Provides parallel processing utilities for C++11
Simple header-only implementation of "parallel_for" and "parallel_map" for C++11
30 stars
2 watching
4 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
multi-threadparallel-forparallel-map
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A showcase project demonstrating various parallel computing techniques and libraries in C++. | 2 |
| | A C++ framework providing abstractions for parallel execution and data management in high-performance computing | 2,032 |
| | A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,461 |
| | An optimized C library for parallel computing and data movement on resource-constrained devices | 301 |
| | A tool for parallelizing computations and processing large streams of data | 52 |
| | Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| | Concurrent data structures and memory reclamation algorithms for efficient parallel programming in C++ | 514 |
| | Parallel pipeline library for stream processing | 62 |
| | A programming language designed to write efficient parallel programs using functional principles. | 432 |
| | A tool for creating and exploring audio-visual representations of information processing using a node-based system | 540 |
| | A Haskell-based framework for processing and distributing large datasets across multiple nodes in parallel. | 116 |
| | A type-safe library for building parallel applications by providing a safe and efficient way to create concurrent RPC (Remote Procedure Call) interfaces. | 47 |
| | A C++17 message passing library based on the MPI standard for high-performance computing. | 168 |
| | High-performance parallel programming library with APIs to simplify DPC++ programming on various devices. | 727 |
| | A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |