m3janitha / FastString
Fast, in stack, fixed size string implementation with constexpr noexcept constructors and accessors. fixed_size_string improves memory locality and latency of strings by avoiding heap allocations.
☆26Updated 9 months ago
Alternatives and similar repositories for FastString:
Users that are interested in FastString are comparing it to the libraries listed below
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 9 months ago
- KISS C++20 Type Reflection using IFC files☆66Updated 9 months ago
- A header only structure of arrays container for C++☆41Updated last year
- A library of type traits for introspecting C++ function types☆29Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 3 weeks ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Cryptography library for modern C++.☆75Updated last year
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Virtual memory based containers☆42Updated 3 years ago
- A header-only C++20 library of fast delegates and events☆25Updated last year
- A fixed capacity dynamically sized string☆64Updated last week
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- Compile-time string manipulation library for modern C++☆59Updated 11 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated 3 weeks ago
- An asynchronous FastCGI web microframework for C++☆38Updated 3 months ago
- C++20 compile time compressed string tables☆46Updated 2 years ago
- ☆33Updated 2 years ago
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆13Updated last month
- Gempyre UI Framework for C++ (and Python)☆41Updated 2 weeks ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- c++ package manager only use CMake☆40Updated last year
- A C++14 reflection library☆70Updated last week
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A simple C++ HTML Generator☆35Updated 2 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 9 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago