jeizenga / wfalm

Refinements of the WFA alignment algorithm with better complexity
MIT License
26 stars 0 forks source link

SIMD-ification #2

Closed jeizenga closed 2 years ago

jeizenga commented 2 years ago

This includes a pretty extensive refactor that uses explicit SIMD instructions from SSE to accelerate the next and extend functions. Also adds a simde submodule for portability.