Browse Source
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.nce_cpp
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue