Skip to content

Conversation

@tgymnich
Copy link
Member

@tgymnich tgymnich commented Jun 10, 2023

std::map<std::string, T> --> StringMap<T>
std::set<std::string> --> StringSet<>

Additionally replace std::string in function signatures with StringRef and avoid materialising std::strings where possible

@tgymnich tgymnich self-assigned this Jun 10, 2023
@tgymnich tgymnich marked this pull request as ready for review June 10, 2023 17:13
@tgymnich tgymnich merged commit 9b81bac into main Jun 10, 2023
@tgymnich tgymnich deleted the fix-string-usage branch June 10, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants