UT decoding into group sectors
UT decodes data into group of sectors.
- Groups of sectors are ordered by X.
- Hits inside groups are not ordered at decoding (that would prevent parallelization).
- Instead, hits are ordered at
sort_by_y
algorithm.
UT decodes data into group of sectors.
sort_by_y
algorithm.