FastString icon indicating copy to clipboard operation
FastString copied to clipboard

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.

Results 3 FastString issues
Sort by recently updated
recently updated
newest added

Nice library. Here are the issues: 1. example.cpp needs a `#include ` for `std::uint32_t` support 2. Here is the other compile errors: ``` [ 25%] Building CXX object example/CMakeFiles/examples.dir/main.cpp.o cd...