Skip to content

daichungus/edist

Repository files navigation

edist

A Levenshtein edit distance calculator with multithreading and AVX2.

Requirements

  • x86 CPU with AVX2
  • A Linux-based or POSIX-compliant operating system
  • A C compiler, such as gcc or clang

Build instructions

  1. Clone this repo and cd edist/
  2. Run make (to use clang, add CC=clang)

Usage

To compare a pair of strings, each consisting of randomly generated n characters:

./edist -n <string_length>

About

Levenshtein edit distance calculator with multithreading and AVX2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors