Skip to content

Performance tweaks to Identifier package

Shaun Roe requested to merge sroe/athena:main-cleanup-MuonCondDump into main

Small tweaks to performance of the Identifier package, using the MuonCondTest in dbg as a testbed. Primary change: Compiling IdentifierField in optimised mode even with dbg specified (as was done with Range.cxx previously) Other tweaks: use standard linear search instead of binary search (thanks to @goetz for pointing this out).

Merge request reports