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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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