GaudiConfig2: minor performance optimizations for Configurable
- Oct 12, 2023
-
-
Frank Winklmeier authored
- replace `.format` with f-strings - replace `setattr` with direct `_properties` access in `merge`
-
.format
with f-strings (a few in non-critical places were left where readability is better)setattr
with direct _properties
access in merge
Non of these are earth-shattering but they did show up in ATLAS profiles.
- replace `.format` with f-strings - replace `setattr` with direct `_properties` access in `merge`