ParallelComputingPlayground
Parallel Computing Demo
A showcase project demonstrating various parallel computing techniques and libraries in C++.
Shows different programming techniques for parallel computing on CPU and GPU
2 stars
2 watching
3 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
cppcpp11gpu
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,461 |
| | Provides parallel processing utilities for C++11 | 30 |
| | Concurrent data structures and memory reclamation algorithms for efficient parallel programming in C++ | 514 |
| | A collection of utility classes for Unity game development | 91 |
| | An optimized C library for parallel computing and data movement on resource-constrained devices | 301 |
| | Parallel pipeline library for stream processing | 62 |
| | Provides machine learning capabilities in C++11 | 9 |
| | A C++ library for managing memory pools with efficient allocation and deallocation | 19 |
| | Sample code to accompany a book on parallel and concurrent programming in Haskell | 355 |
| | A collection of OpenGL and Vulkan graphics demos in C++ | 45 |
| | Provides slides and code materials from a 2014 presentation on using C++ as a concurrent assembly language | 8 |
| | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| | A repository containing slides and code for a talk on C++11/C++14 game development | 87 |
| | A C++11 metaprogramming library enabling advanced template-based programming | 245 |
| | An ECS implementation using C++20 and template metaprogramming for highly parallel systems. | 20 |