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.
string-manipulation
stack-string
stack-allocation
avoiding-heap-allocations
constexpr-constructors
fixed-size-string
fast-string
-
Updated
Jun 9, 2024 - C++