Miloš Marić

Results 5 comments of Miloš Marić

Point 1 is definitely still relevant, not really sure about point 2

I went into more details on this. All line numbers are based on this file versions: https://github.com/lh3/ksw2/blob/4e0a1ccba8c6ccc87e0342c9712531bde783bf90/ksw2_extd2_sse.c On L99 memory buffer is allocated with `(tlen_ * 8 + qlen_ +...

One way to have this a bit more readable would be to have a `bool using_internal_A` instead of `Matrix* Aoriginal`. That way it's clear that the intention is to track...