Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Migrate CPersistUtils to use std::string_view #2340

Open
tveasey opened this issue Jun 30, 2022 · 0 comments
Open

[ML] Migrate CPersistUtils to use std::string_view #2340

tveasey opened this issue Jun 30, 2022 · 0 comments

Comments

@tveasey
Copy link
Contributor

tveasey commented Jun 30, 2022

Now that main is on C++17 we can migrate CPersistUtils to use std::string_view. This would allow us to eliminate all string copies where we extract parts of a std::string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant