A Levenshtein edit distance calculator utilizing multithreading and AVX2.
- Currently, this only runs on systems based on the Linux kernel and x86 CPU's that support AVX2
- You must install either
gccorclangto compile this program - Right now, only strings of the exact same length are supported
- Clone this repo and
cd edist - Run
make(to use clang, addCC=clang) - To run the program,
./edist