Skip to content

Mitigate memory allocations in Calo Graph Clustering

Andre Gunther requested to merge gunther_fixMallocGraph into master

Making use of boost's flat_map and small_vector, and a bit of code reorganisation remove many allocations and speed up the algo by ~30%

fyi @nuvallsc @cmarinbe

Edited by Andre Gunther

Merge request reports