Speed improvements of the seeding
There is still some work to be done and review of the code, but this change already makes the algorithm 1.85 times faster, as measured by throughput, without loss of efficiency. I attach the master and current valgrind graphs.
It mainly rests on removing sorts, handling the inherent ordering of hits in containers in a better fashion, and removing parts of the code.
Edited by Marco Cattaneo