AshleyRoll / squeeze
C++20 compile time compressed string tables
☆46Updated 2 years ago
Alternatives and similar repositories for squeeze:
Users that are interested in squeeze are comparing it to the libraries listed below
- A fixed capacity dynamically sized string☆64Updated last month
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- Bit containers, sequences, and views for everyone. 🕷️☆122Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- Yet another C++ text formatting library.☆70Updated last month
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 7 months ago
- value types for composite class design - with allocators☆43Updated this week
- Finite State Machine implementation using std::variant☆84Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆98Updated 8 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- Some library components that didn't quite fit anywhere else...☆35Updated 4 months ago
- Replacement for std::optional with efficient memory usage and additional features.☆43Updated 3 weeks ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- A C++14 and later CRTP template for defining iterators☆70Updated last month
- <charconv> from Microsoft STL, but multi-platform