neherlab / nextalign

🧬 Viral genome reference alignment
MIT License
12 stars 2 forks source link

perf: add benchmarks for stripInsertions() #4

Closed ivan-aksamentov closed 3 years ago

ivan-aksamentov commented 3 years ago

Adds becnhmarks for the insertion stripping step. Turns out it is surprisingly fast (~2800 seq/s), considering all the string concatenation involved.