ddmitv / optionLinks
Replacement for std::optional with efficient memory usage and additional features.
☆49Updated 8 months ago
Alternatives and similar repositories for option
Users that are interested in option are comparing it to the libraries listed below
Sorting:
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- Faster enum reflection for C++17 since I don't want to wait for C++26 reflection.☆97Updated last month
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆132Updated 3 weeks ago
- P0323 & P2505 std::expected simple implementation☆42Updated 3 months ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 3 months ago
- Ease-of-use-first argument parsing for C++23☆62Updated 3 months ago
- List-initialize containers with proper move semantics☆30Updated 8 months ago
- Boost.PFR without the boost namespaces☆75Updated 4 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- C++20 Static Branch library☆68Updated 5 months ago
- Backward compatibly refactor header-based C++ into modules.☆93Updated 4 months ago
- Meta C++ Library and Tool☆83Updated 2 years 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…☆100Updated 7 months ago
- Coroutines for C++23☆39Updated 2 months ago
- C++ command line argument parsing and routing☆52Updated last year
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆228Updated last month
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- Header-only C++ library providing compile-time functional operators that work with raw function pointers☆49Updated 3 years ago
- C++20 [Minimal] Static Perfect Hash library☆242Updated 3 months ago
- C++ library aiming to replace all built-in integers☆98Updated this week
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated last month
- value types for composite class design - with allocators☆71Updated this week
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆64Updated 9 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- C++20 Compact Tuple Tools☆57Updated last week
- CMake script for embedding resources in binaries.☆94Updated 2 years ago
- C++20 compile time compressed string tables☆46Updated 2 years ago
- Using coroutines to implement C++ exceptions for freestanding environments☆74Updated 4 months ago
- Yet another C++ text formatting library.☆71Updated 10 months ago