Skip to content

CxxUtils: Add ConcurrentStrMap, etc.

Scott Snyder requested to merge ssnyder/athena:chm1.CxxUtils-20201217 into master

Add ConcurrentStrMap, ConcurrentHashMapImpl, SimpleUpdater. Specialized hash map classes allowing for concurrent lockless reads.

Merge request reports