The Wayback Machine - https://web.archive.org/web/20201223043729/https://github.com/Wufe/diff-tool
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Diff tool

Lines diff tool tuned for performance.

Features

  • Multithreading structure
  • Dichotomic search
  • Simplicity

Useful for

Given two files:

  • looks for lines from file 1 that appear between file 2's lines or
  • looks for lines from file 1 that do not appear between file 2's lines

Usage

diff <file1> <file2> [--left --intersection --dichotomic --output <outputfile> --parallel <number> --threads <number> --ignore-case --left-contains-right --right-contains-left --verbose --stdout --help]

About

Lines diff tool tuned for performance

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.