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.
☆18Updated last year
Related projects ⓘ
Alternatives and complementary repositories for SCoro
- KISS C++20 Type Reflection using IFC files☆49Updated 4 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆70Updated last week
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- An indirect value-type for C++☆82Updated last year
- ☆26Updated 4 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆63Updated last year
- ☆32Updated 2 years ago
- Windows Using Headers Only...☆60Updated 3 years ago
- Measures how parsing overweight the major STLs have become☆56Updated 4 years ago
- Coroutine support tools☆32Updated last month
- Polymorphic memory resource for real-time applications.☆64Updated last year
- C++20 Unit-Testing library☆38Updated 3 weeks ago
- simple ray tracing library focusing on good code☆53Updated 8 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆38Updated 2 weeks ago
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 5 months ago
- Replacement for std::optional that does not waste memory unnecessarily☆102Updated 4 months ago
- ☆45Updated 7 years ago
- C++20 single-header library for embedding INI configs☆59Updated last year
- A modern header-only zero-overhead library for creating smart references☆86Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Boost.PFR without the boost namespaces☆64Updated 11 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆59Updated 4 years ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- 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 last year
- C++ string formatting library☆44Updated 4 years ago
- A header only structure of arrays container for C++☆38Updated last year
- Low memory overhead allocator☆28Updated 2 months ago
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆67Updated 2 months ago