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