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.
Stava is a static program analysis for identifying stack allocable objects of code written in Java 8
Add a description, image, and links to the stack-allocation topic page so that developers can more easily learn about it.
To associate your repository with the stack-allocation topic, visit your repo's landing page and select "manage topics."