jrmadsen / PTL
Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task queue
☆43Updated last week
Related projects ⓘ
Alternatives and complementary repositories for PTL
- Generate simple index ranges in C++ and CUDA C++☆39Updated last year
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆64Updated this week
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years ago
- A C++17 interface for HDF5☆91Updated 5 months ago
- C++20 and onward collection of high performance data containers and related tools☆51Updated last month
- C++ convenience classes to be used with CUDA code, for both the host and the kerlel parts.☆55Updated 6 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze☆17Updated 5 years ago
- a small lightweight std::execution work-alike☆55Updated last month
- Task graph-based asynchronous programming system using C++ coroutine☆84Updated 9 months ago
- Unofficial mirror of Blaze library on Bitbucket☆61Updated 2 years ago
- An alternative to Boost.MPI for a user friendly C++ interface for MPI (MPICH).☆19Updated 6 years ago
- Portable HPC Containers (C++)☆48Updated this week
- Light and self-contained implementation of C++17 parallel algorithms.☆32Updated this week
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆45Updated 9 months ago
- Compiler agnostic metaprogramming library providing concepts, type operations and tuples for C++ and cuda☆80Updated this week
- C++ Message Queuing Library and Framework☆86Updated 3 weeks ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆82Updated 8 months ago
- Collaborating on papers for the ISO C++ committee - public repo☆26Updated 3 months ago
- Library for length agnostic SIMD intrinsic support and the corresponding math operations☆20Updated 3 years ago
- A supercharged std::vector implementation (minus Allocator)☆33Updated 7 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆36Updated 4 years ago
- Thrust, CUB, TBB, AVX2, CUDA, OpenCL, OpenMP, SyCL - all it takes to sum a lot of numbers fast!☆73Updated 6 months ago
- A simple C++17 vector math library☆10Updated 3 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆40Updated 4 years ago
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆30Updated last month
- Copy-hiding array abstraction to automatically migrate data between memory spaces☆106Updated this week
- Simple starter code for SYCL and Eigen☆18Updated 7 years ago
- Distributed ranges is a generalization of C++ ranges for distributed data structures.☆47Updated last week