Skip to content

MuonSpectrometer: Parse database using string_view

Adam Edward Barton requested to merge abarton/athena:muonstringopti into master

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

Merge request reports