Martinsos / opal

SIMD C/C++ library for massive optimal sequence alignment (local/SW, infix, overlap, global)
MIT License
35 stars 10 forks source link

Add flag for turning off overflow check #27

Open Martinsos opened 9 years ago

Martinsos commented 9 years ago

Sometimes user may be confident that score will be in some range. In that case, I could allow him to specify for opal that overflow should not be checked. That could give some speed boost!