Skip to content

Performing Python's difflib.ratio blazingly fast for plagiarism detection πŸ“βš‘οΈ

License

Notifications You must be signed in to change notification settings

the-other-sunny/quickdiff

Repository files navigation

quickdiff

Build

GCC

mkdir build
cd build
C=gcc CXX=g++ CMAKE_BUILD_TYPE=Release cmake ..
cmake --build .

Clang

apt install clang libomp-dev
mkdir build
cd build
C=clang CXX=clang++ CMAKE_BUILD_TYPE=Release cmake ..
cmake --build .

Usage

cat order.bin | quickdiff > result.bin

About

Performing Python's difflib.ratio blazingly fast for plagiarism detection πŸ“βš‘οΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published