string-view
There are 17 repositories under string-view topic.
martinmoene/string-view-lite
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
bitwizeshift/BackportCpp
Library of backported modern C++ types to work with C++11
danielkrupinski/StringPool
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
mwkpe/string-utils
Basic utility functions using string_view
simber/string_view-building-blocks
C++ string_view extension library.
onihusube/nt_string_view
string_view with null termination guarantee
RmbRT/rapidxml
RapidXML fork; with string_view and document move semantics and append(move) semantics.
yurablok/cpp-string-utils
C++17 and C++11 std::string_view-based utils.
open-channel-d/string_view_list
C++17 class for string_view concatenation
zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
agl-alexglopez/str_view
Simple, robust, and convenient read-only string handling in C.
borailgar/lstring_view
C++14 compatible header-only std::string_view implementation
Conzxy/zda
Practical toolbox of data structures and algorithms
Rax-x/string-view
String View library for C programming language
REDl3east/cstring_view
A header only library that is very similar to C++17 std::string_view, but written in C.
agauniyal/conan-string-view-lite
Conan package for https://github.com/martinmoene/string-view-lite
vicboma1/string_vs_string_view
string vs string_view