FastString
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
Deals with some parts of issue #4
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...