Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
514 stars 167 forks source link

Enable passing NULL for outputs that are not needed #34

Closed Martinsos closed 9 years ago

Martinsos commented 9 years ago

Enable user to pass null pointer for outputs that he does not need.

Martinsos commented 9 years ago

wontfix: it is deprecated by #35.