string-view topic
List
string-view repositories
string-view-lite
403
Stars
44
Forks
Watchers
string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
BackportCpp
67
Stars
6
Forks
Watchers
Library of backported modern C++ types to work with C++11
StringPool
51
Stars
8
Forks
Watchers
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.