Martinsos / edlib

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

Provide speed information in README #62

Open Martinsos opened 7 years ago

Martinsos commented 7 years ago

Since one of Edlib's main advantages is its speed, I should put a simple benchmark in README, comparing it to other libraries.

Martinsos commented 7 years ago

Provide it both of Python and for C/C++ version.

Martinsos commented 7 years ago

I provided it for Python, I have to do it for C/C++ also.