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
Please be advised that registry.cern.ch registry (Registry Service) will be unavailable next Monday, March 10th starting at 08:00h (Geneva time) for a short period of time. This may cause temporary disruptions to your workflows. Further information: OTG0154905
String_view may allow you to cause confusing bugs and maybe shouldn't be used widely, but can avoid allocations and copies during parsing.