Skip to content

G4Ultilities: Optimize String parsing

Adam Edward Barton requested to merge abarton/athena:simStrings into 23.0

Using a string_view avoids generating multiple substrings, reducing the amount of branches and copying in the compiled code.

Merge request reports