Skip to content

RichFuture Mirror finder optimisation

Christopher Rob Jones requested to merge RichFuture-MirrorSegFinderOptimise into master

Improvements to the mirror segment finder. Lookup table now stores indices (unsigned char) rather than pointers, so memory usage is 8 times smaller (8bits instead of 64bits).

Look up table is now implemented in terms of static std::array rather than std::vector.

Merge request reports