NVIDIA / stdexecLinks
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
☆1,930Updated this week
Alternatives and similar repositories for stdexec
Users that are interested in stdexec are comparing it to the libraries listed below
Sorting:
- Unified Executors☆1,604Updated 4 months ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,589Updated 2 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,039Updated last month
- A library of C++ coroutine abstractions for the coroutines TS☆3,624Updated last year
- C++14 lock-free queue.☆1,671Updated last month
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,561Updated 8 months ago
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆1,820Updated this week
- C++11/14/17 std::expected with functional-style extensions☆1,676Updated 5 months ago
- C++20 coroutine library☆785Updated this week
- A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, fl…☆1,434Updated 3 weeks ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,543Updated last month
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,318Updated last year
- Proxy: Next Generation Polymorphism in C++☆2,715Updated this week
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,361Updated 3 months ago
- A lightweight C++20 serialization and RPC library☆852Updated 2 months ago
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,160Updated 2 years ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,209Updated 8 months ago
- Async++ concurrency framework for C++11☆1,403Updated 8 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,013Updated last year
- A hybrid thread / fiber task scheduler written in C++ 11