Skip to content

Draft: Speedup the Hough clustering in the Hybrid Seeding

Louis Henry requested to merge lohenry-modifyHough into 2024-patches

Hough clustering takes roughly 5% of the whole of HLT2, nearly half of the Hybrid seeding. Out of those 5%, 2 are simply collecting the hits from different layers.

This MR explores options to make things faster.

Merge request reports