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.
-
Updated
Jun 9, 2024 - C++
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.
Compile-time single-header hash-map written in C++ 17
Add a description, image, and links to the constexpr-constructors topic page so that developers can more easily learn about it.
To associate your repository with the constexpr-constructors topic, visit your repo's landing page and select "manage topics."