Use string views #104
Labels
c++
involves C++ code
good first issue
Simple thing, suitable for newcomers
improvement
improves existing functionality
proposal
pending discussion about something to do
String views can reduce the amount of copy operations we have to do internally, e.g. for resolving fqons.
For example, string views could be helpful in this situation:
The 2nd line could be a vector string views instead of normal strings
The text was updated successfully, but these errors were encountered: