ashvardanian / fork_union
Minimalistic C++ scoped thread-pool designed for SIMT-style 'Fork-Join' parallelism with more control and portability than OpenMP, avoiding memory allocations, mutexes, and CAS-primitives
☆18Updated last week
Alternatives and similar repositories for fork_union
Users that are interested in fork_union are comparing it to the libraries listed below
Sorting:
- The Fancy Named Parameters Library☆31Updated this week
- low level system stuff, threads, memory, file descriptors etc☆21Updated 3 months ago
- High Level Algorithmic Skeleton CUDA Library☆29Updated last year
- ☆9Updated 3 years ago
- a small lightweight std::execution work-alike☆66Updated last month
- C++ PIMPL idiom without an allocation involved☆14Updated last year
- Experimental ranges for CUDA☆24Updated 6 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- A header only structure of arrays container for C++☆41Updated last year
- Polymorphic multidimensional array view☆36Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆53Updated 5 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- C++ testing and mocking framework☆16Updated 3 years ago
- Extension of the STL algorithms on sets☆21Updated 5 years ago
- GitHub Actions for C++ Libraries☆22Updated last month
- ☆61Updated 3 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- C++ "borrowing" smart pointer.☆11Updated 3 years ago
- Metadata to support C++ packaging☆38Updated 2 years ago
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- Seamless llvm-mca CMake integration☆27Updated 5 years ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆73Updated this week
- Compact SVO optimized vector for C++17 or higher☆103Updated 11 months ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last week
- ipvar is a little smart library for easily sharing variables between different processes☆23Updated 11 months ago
- Tiny Test System☆27Updated last month