Is your change request related to a problem? Please describe.
Calculation speed could be enhanced by converting some std::string instances to a StringView, but it was not carried out everywhere.
Describe the solution you'd like
Convert std::string to StringView whereever possible.
Describe possible alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context
Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Evaluate, where that's possible (might require multiple iterations) and carry the change out.
DESCRIPTION
Is your change request related to a problem? Please describe. Calculation speed could be enhanced by converting some
std::string
instances to aStringView
, but it was not carried out everywhere.Describe the solution you'd like Convert
std::string
toStringView
whereever possible.Describe possible alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Evaluate, where that's possible (might require multiple iterations) and carry the change out.
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST