Niru

About

niru is a file comparator. It computes the similary between two files by spliting them into k-blocks and uses the Jaccard index.

Command

$ niru --help
NAME
       niru - similarity file comparator

SYNOPSIS
       niru [-k [<BLOCK_SIZE>]] [OPTION]… <FILE1> <FILE2>

DESCRIPTION
       niru works by computing all the contiguous bytes of length k (k-blocks)
       and use the jaccard index to compute their similarity.