Currently gfakluge is faster (FASTA file compared to converted FASTA -> GFA with only S lines) but this is probably just because of differences in automatic vectorization from the compiler the GFA file contains 1/2 as many lines . We can surely cache values to speed things up.
The Sanger pathogens group has a better assembly stats algo: https://github.com/sanger-pathogens/assembly-stats/blob/master/stats.cpp#L101
Currently gfakluge is faster (FASTA file compared to converted FASTA -> GFA with only S lines) but this is probably just because
of differences in automatic vectorization from the compilerthe GFA file contains 1/2 as many lines . We can surely cache values to speed things up.