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
- ☆33Updated 2 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆41Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Low memory overhead allocator☆29Updated 2 months ago
- KISS C++20 Type Reflection using IFC files☆49Updated 6 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆43Updated 2 months ago
- Virtual memory based containers☆40Updated 2 years ago
- simple ray tracing library focusing on good code☆54Updated 10 months ago
- Comparison operators for std::span☆15Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Type traits for properties of C / C++ enum types☆20Updated 5 years ago
- An indirect value-type for C++☆82Updated last year
- Windows Using Headers Only...☆60Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated 9 months ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆70Updated 4 months ago
- Compact SVO optimized vector for C++17 or higher☆97Updated 7 months ago
- List-initialize containers with proper move semantics☆29Updated this week
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- C++ string formatting library☆44Updated 5 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
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- A library of type traits for introspecting C++ function types☆27Updated 5 years ago
- ☆46Updated 7 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- ☆26Updated 4 years ago
- C++20 Unit-Testing library☆42Updated 3 months ago