seppeon / SCoro
A stackless, resumable, resettable state machine style coroutine library for C++17. This was made when I discovered that C++20 coroutines very frequently require heap allocation and their embodied types are erased.
☆19Updated last year
Alternatives and similar repositories for SCoro:
Users that are interested in SCoro are comparing it to the libraries listed below
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Low memory overhead allocator☆29Updated 4 months ago
- Virtual memory based containers☆42Updated 3 years ago
- C++20 Unit-Testing library☆44Updated 5 months ago
- Windows Using Headers Only...☆61Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- ☆26Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- simple ray tracing library focusing on good code☆57Updated last year
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Light-weight asynchronous transport-agnostic C++ RPC library.☆23Updated 7 months ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- ☆34Updated 2 years ago
- C++20 Memory Allocators☆33Updated 7 months ago
- An indirect value-type for C++☆82Updated last year
- Reference implementation of Grisu-Exact in C++☆61Updated 4 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- Flat containers for C++☆59Updated 2 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆50Updated 4 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- C++20 for flag enums☆27Updated 4 years ago
- KISS C++20 Type Reflection using IFC files☆67Updated 9 months ago
- Papers intended for the C++ Standardization Committee☆14Updated last year
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- C++17 inplace_string implementation☆94Updated 6 years ago
- optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-fil…☆20Updated 2 years ago
- C++20 coroutine runtime emphasizing performance and ease-of-use☆26Updated this week