-
string_cache
A string interning library for Rust, developed as part of the Servo project
-
string_cache_codegen
A codegen library for string-cache, developed as part of the Servo project
-
hash_str
Strings with a precomputed hash
-
pi_atom
The global thread safe atomic string pool reduces the memory occupation of the same string and is also used for HashMap keys
-
string_cache_shared
Code share between string_cache and string_cache_codegen
-
stringstore
Cached dynamic set of strings with mildly expensive construction but cheap comparisons
-
raw-cstr
Keep raw-cstrings in thread local storage for reuse
-
pstr
Global String Intern Pool
-
string-pool
Global immutable string pool, like Java
Try searching with DuckDuckGo.