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.
Stack String Explorer is a ghidra plugin to find and report stack strings (and other constant strings). Identified strings are commented and placed in the defined strings window for easy analysis.
Small project
Add a description, image, and links to the stack-string topic page so that developers can more easily learn about it.
To associate your repository with the stack-string topic, visit your repo's landing page and select "manage topics."