Skip to content

AthContainers: Use ConcurrentStrMap.

Scott Snyder requested to merge ssnyder/athena:chm.AthContainers-20201219 into master

Use ConcurrentStrMap in AuxTypeRegistry for the string->auxid and the string->factory maps, allowing them to be read without taking a lock.

Merge request reports