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
- Fixed-size C++ delegates - efficient alternatives to std::function.☆41Updated 2 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- KISS C++20 Type Reflection using IFC files☆49Updated 7 months ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆24Updated 3 years ago
- Windows Using Headers Only...☆60Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- ☆26Updated 4 years ago
- ☆33Updated 2 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆46Updated 3 months ago
- simple ray tracing library focusing on good code☆55Updated 11 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- C++ string formatting library☆44Updated 5 years ago
- C++20 Unit-Testing library☆43Updated 4 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- A header only structure of arrays container for C++☆41Updated last year
- Replacement for std::optional that does not waste memory unnecessarily☆114Updated 2 months ago
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆70Updated 5 months ago
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 8 months ago
- C++20 coroutine runtime emphasizing performance and ease-of-use☆22Updated this week
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated this week
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆43Updated this week
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week
- Low memory overhead allocator☆29Updated 3 months ago
- C++20 Compact Tuple Tools☆49Updated 2 months ago
- Boost.PFR without the boost namespaces☆68Updated last year
- A header-only C++20 library of fast delegates and events☆25Updated last year
- A compiler-friendly variadic type list for C++.☆36Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago