MuonSpectrometer: Parse database using string_view
String_view may allow you to cause confusing bugs and maybe shouldn't be used widely, but can avoid allocations and copies during parsing.
Edited by Adam Edward Barton
String_view may allow you to cause confusing bugs and maybe shouldn't be used widely, but can avoid allocations and copies during parsing.