Skip to content

GaudiConfig2: minor performance optimizations for Configurable

Frank Winklmeier requested to merge fwinkl/Gaudi:conf_perf into master
  • replace .format with f-strings (a few in non-critical places were left where readability is better)
  • replace setattr with direct _properties access in merge

Non of these are earth-shattering but they did show up in ATLAS profiles.

Merge request reports