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
- ☆34Updated 2 years ago
- An indirect value-type for C++☆82Updated last year
- simple ray tracing library focusing on good code☆56Updated last year
- KISS C++20 Type Reflection using IFC files☆69Updated 10 months ago
- Windows Using Headers Only...☆61Updated 4 years ago
- A header-only C++20 library of fast delegates and events☆25Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- Virtual memory based containers☆42Updated 3 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated last year
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- ☆26Updated 5 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- ☆49Updated 7 months ago
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 11 months ago
- A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.☆20Updated last month
- C++20 Memory Allocator library☆34Updated last week
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 2 months ago
- C++20 Unit-Testing library☆47Updated 2 weeks ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- reflection in c++ for json de/serialization☆44Updated last year
- Ease-of-use-first argument parsing for C++23☆61Updated 2 months ago
- A compiler-friendly variadic type list for C++.☆36Updated 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 2 years ago