Skip to content

Removing ID validation to speed up NSW bytestream decoding

Stylianos Angelidakis requested to merge (removed):dev_decoding_speed into 22.0

Resolves ATR-26412. Requesting validation of the offline ID of each decoded NSW hit slows down the byte-stream decoding algorithm. This MR removes this validation in favour of speed (by more than x100 for ~13K hits per event).

Merge request reports