Martinsos / opal

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

Split swimd.cpp into more files #19

Open Martinsos opened 9 years ago

Martinsos commented 9 years ago

Swimd.cpp file is huge: 1300 lines. It would be nice if I could split it into multiple files. There are some problems with this: it may make usage of library more complicated.