NVIDIA / stdexecLinks
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
☆2,043Updated 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,640Updated 7 months ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,679Updated 5 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,098Updated 3 weeks ago
- Proxy: Next Generation Polymorphism in C++☆2,951Updated this week
- A library of C++ coroutine abstractions for the coroutines TS☆3,707Updated last year
- C++14 lock-free queue.☆1,742Updated 2 weeks ago
- C++20 coroutine library☆846Updated 3 weeks ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,605Updated last year
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆1,969Updated 3 weeks ago
- A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, CS…☆1,576Updated last week
- C++ Tip Of The Week☆1,637Updated 4 months ago
- Simple, portable, and self-contained stacktrace library for C++11 and newer☆1,220Updated 2 weeks ago
- asyncio is a c++20 library to write concurrent code using the async/await syntax.☆900Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,374Updated last year
- C++11/14/17 std::expected with functional-style extensions