[ML] Migrate CPersistUtils to use std::string_view
Open
>enhancement
- Dominant language
- C++
- Stars
- 157
- Forks
- 67
- Avg merge
- 12h 48m
- Merged PRs (30d)
- 16
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.