andreasbuhr / cppcoroLinks
A library of C++ coroutine abstractions for the coroutines TS
☆432Updated 3 weeks ago
Alternatives and similar repositories for cppcoro
Users that are interested in cppcoro are comparing it to the libraries listed below
Sorting:
- C++17 Run-time Polymorphism (Type Erasure) library☆496Updated 10 months ago
- Coroutines for C++20 & asio☆331Updated this week
- A lightweight C++20 serialization and RPC library☆917Updated 2 weeks ago
- Fast, convenient JSON serialization and parsing in C++☆499Updated this week
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Updated 3 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Updated 6 months ago
- An additive strong typedef library for C++14/17/20☆478Updated last year
- C++20 coroutine library☆905Updated last week
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆538Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆805Updated last week
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆769Updated 2 weeks ago
- C++20 Meta-Programming library☆310Updated 8 months ago
- Implementation of C++20's std::span for older compilers☆374Updated 2 years ago
- A miniature library for struct-field reflection in C++☆641Updated 3 months ago
- C++17 library for comfortable and efficient dynamic polymorphism☆497Updated 4 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆552Updated 2 weeks ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆381Updated this week
- Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code☆558Updated last year
- scanf for modern C++☆1,297Updated 3 months ago
- A C++20 library for sequence-orientated programming☆718Updated 3 months ago
- A C++11 library for parsing and serializing JSON to and from a DOM container in memory.☆468Updated last month
- C++20 Static Reflection library☆495Updated 4 months ago
- Implementation of strong types in C++☆821Updated 3 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆921Updated last year
- Pipelines for expressive code on collections in C++☆836Updated last year
- Asynchronous gRPC with Asio/unified executors☆448Updated 3 weeks ago
- C++11 (and onwards) library for lazy evaluation☆365Updated last month
- Compiles JSON into static constexpr C++ data structures with nlohmann::json API☆285Updated last year
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆573Updated 6 months ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆583Updated 2 months ago