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-manipulationstack-stringstack-allocationavoiding-heap-allocationsconstexpr-constructorsfixed-size-stringfast-string
-
Updated
Jun 9, 2024 - C++