string-pool
There are 5 repositories under string-pool topic.
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.
alex05447/miniintern
A minimalistic Rust string interning / pooling library.
volight/pstr
Global String Intern Pool
gaujay/lfjson
A memory-optimized and data-oriented JSON library written in C++
vlmiroshnikov/interner
Rust implementation string interner