Sedeniono / tiny-optionalLinks
Drop-in replacement for std::optional that does not waste memory unnecessarily
☆134Updated 3 weeks ago
Alternatives and similar repositories for tiny-optional
Users that are interested in tiny-optional are comparing it to the libraries listed below
Sorting:
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated last month
- Compact SVO optimized vector for C++17 or higher☆111Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 9 months ago
- C++20 implementation of mutable constexpr expressions☆133Updated 4 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆74Updated 4 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆227Updated 2 months ago
- Ease-of-use-first argument parsing for C++23☆62Updated 4 months ago
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…