This is from a merge of 25 assemblies of the same genome.
It seems that the overlap collection is now working well. But:
Unnecessary time is spent in a single-threaded overlap merge. This could be done in parallel during the overlap collection).
Graph emission is single-threaded, but could be kicked off in a separate thread. We'd need to manage this to make sure it doesn't get too far behind. Or, it might be run in semi-parallel.
There is still some low-hanging fruit.
This is from a merge of 25 assemblies of the same genome.
It seems that the overlap collection is now working well. But: