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.
☆20Updated 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
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- ☆26Updated 4 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- simple ray tracing library focusing on good code☆57Updated last year
- ☆34Updated 2 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- C++20 Unit-Testing library☆44Updated 5 months ago
- An indirect value-type for C++☆82Updated last year
- Ease-of-use-first argument parsing for C++23☆61Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 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
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆74Updated 6 months ago
- Boost.PFR without the boost namespaces☆70Updated last week
- Windows Using Headers Only...☆61Updated 4 years ago
- KISS C++20 Type Reflection using IFC files☆67Updated 9 months ago
- C++ library aiming to replace all built-in integers☆94Updated last month
- forward declarations for C++ std headers☆73Updated 4 years ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- C++20 Memory Allocators☆33Updated 7 months ago
- low-level library for minimizing the size of your types☆113Updated 5 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
- C++20 Compact Tuple Tools☆49Updated 3 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Low memory overhead allocator☆29Updated 4 months ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- A functional parsing library☆28Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago